- Connect your device to PC or start emulator via Android Studio
- Start Appium server
- In BaseTest change URL in appiumDriver to "System.getProperty("ts.appium")"
- Open cmd
For test app $ mvn clean test -P native
For test web $ mvn clean test -P web
- Get personal API key and project name from mobile farm, put it in config.properties
- Open cmd
For test Native app on android $ mvn clean test -P cloudNative
For test web on android $ mvn clean test -P cloudWeb
For test Native app on iOS $ mvn clean test -P iosNative
For test web on iOS $ mvn clean test -P iosWeb