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 d4f3e16 commit e54380cCopy full SHA for e54380c
.github/workflows/functional-test.yml
@@ -231,12 +231,12 @@ jobs:
231
node-version: 'lts/*'
232
233
- name: Install Appium
234
- run: npm install --location=global appium@2.19.0
+ run: npm install --location=global appium
235
236
- name: Install Android drivers and Run Appium
237
if: matrix.e2e-tests == 'flutter-android'
238
run: |
239
- appium driver install uiautomator2@4.2.9
+ appium driver install uiautomator2
240
appium driver install appium-flutter-integration-driver --source npm
241
nohup appium --allow-insecure=adb_shell --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium_flutter_android.log &
242
0 commit comments