diff --git a/.github/workflows/appium_integration.yml b/.github/workflows/appium_integration.yml index 900893d..137ffa4 100644 --- a/.github/workflows/appium_integration.yml +++ b/.github/workflows/appium_integration.yml @@ -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