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 2c775ee commit 5778a50Copy full SHA for 5778a50
.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 &
Pipfile
@@ -19,5 +19,5 @@ tox = "~=4.21"
19
types-python-dateutil = "~=2.9"
20
21
[packages]
22
-selenium = "~=4.24"
+selenium = "~=4.25"
23
typing-extensions = "~=4.12.2"
0 commit comments