Integration tests that need to be executed on an Android device.
You can run the tests as follows:
- Select build variant "instrumentationTestDebug"
- Set the Project view to Android
- Right-click on the directory "androidTest" and select "Run tests"
Run the following command from the top of the project:
./gradlew connectedInstrumentationTestDebugAndroidTest
This will run the tests on all connected devices in parallel