We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b7884 commit 6649e9bCopy full SHA for 6649e9b
.github/workflows/functional-test.yml
@@ -57,6 +57,7 @@ jobs:
57
- run: npm install -g appium
58
- run: |
59
appium driver install xcuitest
60
+ appium driver run xcuitest build-wda --sdk=${{ env.IOS_VERSION }} --name='${{ env.IPHONE_MODEL }}'
61
appium plugin install images
62
appium plugin install execute-driver
63
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors > appium.log &
0 commit comments