- Make sure you follow the installation instruction here and configure all the necessary dependencies required.
- Java 8
- Maven
- Node 20+ installed
- Android Studio
- Android Emulators created
- Make sure PATH variables are configured.
- Appium Doctor and run the safety check
- Appium 2 and it's driver's installed
- Intellij IDE, etc
- Start Appium server manually in terminal using
appium
- Start an Android emulator and confirm device connection using
adb devices
command - Open another terminal and navigate to the project
- Run command
mvn clean test