This project demonstrates incorporating ci/cd with appium
appium &>/dev/null &
we can run the android tests in the github runner itself and it can save a lot of money
- Setup project
- setup java
- setup node
- download appium
- run appium
- start emulator
- run the project
Generating report
allure generate ./allure-results --clean
Display report using server
allure open ./allure-report/