Skip to content

Commit

Permalink
Update wdio.config.js to run Python script instead of JavaScript tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkev committed Jun 21, 2024
1 parent 82d665e commit b5a370a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/appium_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,22 @@ jobs:
- name: Build apk
run: flutter build apk --debug

- name: Install allure cli
run: |
npm install --save-dev allure-commandline
- name: Install webdriverio reporter
run: |
npm install @wdio/allure-reporter --save-dev
- name: run wdio
run: npm run wdio

- name: Start Appium server
run: |
chmod +x ./scripts/RunAppiumServer.sh
./scripts/RunAppiumServer.sh
npx allure serve allure-results
- name: Run Appium Tests
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit b5a370a

Please sign in to comment.