Kore/app/src/test/README.md

17 lines
437 B
Markdown

Local tests that do NOT need to be executed on an Android device
## Run tests
You can run the tests as follows:
### Android Studio
1. Select build variant "fullDebug"
2. Set the [Project view](https://developer.android.com/studio/projects/index.html) to Android
3. Right-click on the directory "test" and select "Run tests"
### Commandline
Run the following command from the top of the project:
./gradlew testFullDebugUnitTest