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
9190 appium plugin install images
9291 appium plugin install execute-driver
92+ # Workaround to keep symlink to global appium with plugins
93+ appium driver install xcuitest
9394 nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
9495
9596 - run : |
@@ -163,9 +164,10 @@ jobs:
163164 npm install -g appium
164165 npm install -g mjpeg-consumer
165166 - 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 with plugins
170+ appium driver install xcuitest
169171 nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
170172
171173 - run : |
You can’t perform that action at this time.
0 commit comments