- Provides a basic implementation for Appium based Android/iOS tests
- Could be used as the initial boilerplate to evolve into a full-fledged framework
- Beginner friendly
- Provides an example project supporting a talk given during Appium Conf 2021
- on Hello Appium! Setting up your First Appium Tests efficiently
- Please see the slides (in documentation format) at automationhacks.io/slides and then checkout 2021 tab
gradle wrapper clean build runTests -Dtag="ANDROID" -Ddevice="ANDROID"
gradle wrapper clean build runTests -Dtag="IOS" -Dtarget="IOS"