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 e54380c commit 0a38710Copy full SHA for 0a38710
.github/workflows/functional-test.yml
@@ -279,7 +279,7 @@ jobs:
279
- name: Install IOS drivers and Run Appium
280
if: matrix.e2e-tests == 'flutter-ios'
281
run: |
282
- appium driver install xcuitest@9.10.5
+ appium driver install xcuitest
283
appium driver install appium-flutter-integration-driver --source npm
284
appium driver run xcuitest build-wda
285
nohup appium --allow-insecure=adb_shell --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium_ios.log &
0 commit comments