app/
- Main applicationapp/test/
- Unit testsapp/androidTest/
- Instrumentation tests
- To install the application execute:
./gradlew app:installDebug
- To run the Instrumentation tests execute:
./gradlew app:connectedAndroidTest
- To run all the local unit tests execute:
./gradlew app:test