Note: It's a copy of webdriverio boilerplate framework
- Android and IOS support
- Allure report
- Generic screenshot on failure
- Screenshots in Allure report
- Docker service for allure report
iOS
npm run ios.app
Android
npm run android.app
Allure
- Generic report
allure generate allure-results && allure open
- Report served through Docker service
docker-compose up -d
Now, open the URL http://localhost:4040/ and to see the api docs http://localhost:5050/
Finally bring down docker service
docker-compose down
iOS
instruments -s devices
xcrun simctl list
Android
adb devices