Learning Appium by automating ToDo app
- Installing Appium : docs
- Install JDK 8
- Install Maven : docs
- Setup emulator for Android and iOS : docs
To run the test:
- Start Appium server.
- Start emulator (iOS or Android)
mvn clean test -P{testPlatform}
testPlatform -> iOS
or android