Android

Android is a testing framework for Android, Kotlin and Java.

Enabling XML Output

Android tests run with Gradle generate XML output by default.

There are two output paths depending on the type of tests that are run. Local unit test results will be in /path_to_your_project/module_name/build/test-results/and instrumented unit test results will be in path_to_your_project/module_name/build/test-results/connected/.

See the Android Developer Docs for more info.

Test Suite Naming

Last updated