This repository contains automated tests for the Android app using Appium + WebdriverIO.
Tests run locally with full Allure reporting.
- Node.js v20+
- PowerShell 7+ (if on Windows)
- Android SDK installed locally:
emulator.exeandadb.exeavailable- Environment variable
ANDROID_SDKor set inrun-tests.ps1 - AVD already created (example:
Medium_Phone_API_36.1)
- Java JDK 17+
- NPM dependencies installed:
npm install
Make sure Android SDK is installed and your AVD exists.
Run:
- .\run-tests.ps1 -Headless
- .\run-tests.ps1 (Headed mode)
Allure results will be generated in ./allure-report and can be opened via:
- npx allure open ./allure-report