File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,11 +157,13 @@ jobs:
157157 run : |
158158 npm install -g appium@rc
159159 npm install -g mjpeg-consumer
160+ - run : |
161+ npm install -g appium-xcuitest-driver@rc
162+ node `npm root -g`/appium-xcuitest-driver/scripts/download-wda-sim.mjs --platform=ios --outdir=${{github.workspace}}/wda
160163 - run : |
161164 npx appium driver install xcuitest@rc
162165 npx appium plugin install images@rc
163166 npx appium plugin install execute-driver@rc
164- npx appium driver run xcuitest download-wda-sim --platform=ios --outdir=${{github.workspace}}/wda
165167 nohup npx appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
166168 # nohup appium --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
167169 name: Preparing driver, plugins and downloading prebuilt WDA
You can’t perform that action at this time.
0 commit comments