orchestratorOption

@JvmName(name = "bcbnbdqmookndpdv")
suspend fun orchestratorOption(value: Output<AndroidInstrumentationTestOrchestratorOption>)
@JvmName(name = "axwfeeyybyqlxgtc")
suspend fun orchestratorOption(value: AndroidInstrumentationTestOrchestratorOption?)

Parameters

value

The option of whether running each test within its own invocation of instrumentation with Android Test Orchestrator or not. ** Orchestrator is only compatible with AndroidJUnitRunner version 1.1 or higher! ** Orchestrator offers the following benefits: - No shared state - Crashes are isolated - Logs are scoped per test See for more information about Android Test Orchestrator. If not set, the test will be run without the orchestrator.