A project with examples of using integration testing in android applications (web, native and hybrid).
-
Create android virtual device with API level 35 and run it
-
Use Node.JS version specified in
.nvmrc:
nvm use- Install dependencies:
npm ci- Install UiAutomator2 Driver for appium:
./node_modules/.bin/appium driver install uiautomator2- Run Appium in separate terminal tab:
npx appium -p 4444 --relaxed-security- Run Testplane tests:
npx testplaneFor more information on how to automate testing in android applications can be found in this guide.