File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787 # Start Appium
8888 - run : npm install -g appium
8989 - run : |
90+ appium driver install xcuitest
9091 appium plugin install images
9192 appium plugin install execute-driver
92- # Workaround to keep symlink to global appium
93- appium driver install xcuitest
9493 nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
9594
9695 - run : |
@@ -164,10 +163,9 @@ jobs:
164163 npm install -g appium
165164 npm install -g mjpeg-consumer
166165 - run : |
166+ appium driver install xcuitest
167167 appium plugin install images
168168 appium plugin install execute-driver
169- # Workaround to keep symlink to global appium
170- appium driver install xcuitest
171169 nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
172170
173171 - run : |
You can’t perform that action at this time.
0 commit comments