executeAndroidTests

var executeAndroidTests: Boolean = true

When disabled the plugin will skip the execution of all (instrumented) Android tests (by not depending on the Gradle test tasks). If disabled this does not automatically imply that already existing code coverage results will not be included in the final coverage report, instead this is expected to happen as this can be useful when you run the tests manually or remote (Firebase Test Lab).

When using this setting in combination with remote test execution make sure you fetch the build/outputs folder from the remote (or any other place) and put them into the local build so that this plugin can use them to configure code coverage correctly. Also make sure that when executing remotely coverage is enabled.

Same as executeUnitTests except that this only disables/enables the instrumented Android tests.

Default: true

See also