TestSuiteTarget

Added in 9.0.0-alpha07

@Incubating
interface TestSuiteTarget : Named


Model for running a TestSuite in a context (local attached devices, gmd, etc...)

Summary

Public properties

Boolean
Collection<String>

GMD identifier to deploy APKs to.

Inherited functions

From org.gradle.api.Named

Public properties

enabled

Added in 9.0.0-alpha07
val enabledBoolean

targetDevices

Added in 9.0.0-alpha07
val targetDevicesCollection<String>

GMD identifier to deploy APKs to. The identifier must be defined in the com.android.build.api.dsl.ManagedDevices for this module.