Skip to content

Commit

Permalink
Run appium test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Nov 23, 2023
1 parent 81a2217 commit 3ee596a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,8 @@ jobs:
cmake: 3.10.2.4988404
script: ./gradlew connectedCheck --status

- name: Android appium test run
run: |
npx wdio ./e2e-tests/config/android.config.js
2 changes: 1 addition & 1 deletion e2e-tests/config/android.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ config.capabilities = [
'appium:deviceName': getDeviceName('Android'),
'appium:platformVersion': getPlatformVersion('Android'),
'appium:automationName': 'UiAutomator2',
'appium:app': join(process.cwd(), './apps/em-devapp-3.2.5.apk'),
'appium:app': join(process.cwd(), './platforms/android/app/build/outputs/apk/debug/app-debug.apk'),
},
];

Expand Down

0 comments on commit 3ee596a

Please sign in to comment.