Skip to content

Commit 8ee42d2

Browse files
authored
Update functional-test.yml
1 parent f428170 commit 8ee42d2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/functional-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)