Android Instrumentation Test Args
data class AndroidInstrumentationTestArgs(val testPackageId: Output<String>? = null, val testRunnerClass: Output<String>? = null, val testTargets: Output<List<String>>? = null, val useOrchestrator: Output<Boolean>? = null) : ConvertibleToJava<AndroidInstrumentationTestArgs>
A test of an Android application that can control an Android component independently of its normal lifecycle. See for more information on types of Android tests.