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
91- # Install sharp in the images plugin's directory. This is a workaround
92- cd ~/.appium/node_modules/@appium/images-plugin && npm install --no-package-lock --cpu=arm64 --os=darwin sharp
9392 appium plugin install execute-driver
94- # Workaround to keep symlink to global appium
95- appium driver install xcuitest
9693 nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
9794
9895 - run : |
@@ -166,10 +163,9 @@ jobs:
166163 npm install -g appium
167164 npm install -g mjpeg-consumer
168165 - run : |
166+ appium driver install xcuitest
169167 appium plugin install images
170168 appium plugin install execute-driver
171- # Workaround to keep symlink to global appium
172- appium driver install xcuitest
173169 nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
174170
175171 - run : |
You can’t perform that action at this time.
0 commit comments