How to run tests Run the emulator: open Android Studio -> "Android Virtual Device Manager" -> Run Run appium server: appium (or open it manually) And finally, run the test: ./gradlew test