scenarioLabels

@JvmName(name = "xvmipqutmdmxpeij")
suspend fun scenarioLabels(value: Output<List<String>>)
@JvmName(name = "kawkmpggqemcqfts")
suspend fun scenarioLabels(value: List<String>?)

Parameters

value

The list of scenario labels that should be run during the test. The scenario labels should map to labels defined in the application's manifest. For example, player_experience and com.google.test.loops.player_experience add all of the loops labeled in the manifest with the com.google.test.loops.player_experience name to the execution. Scenarios can also be specified in the scenarios field.


@JvmName(name = "grvnstbgnrmxjmxv")
suspend fun scenarioLabels(vararg values: Output<String>)


@JvmName(name = "kpmhahtvqywsknrk")
suspend fun scenarioLabels(values: List<Output<String>>)
@JvmName(name = "bgwdojsjfbvelueu")
suspend fun scenarioLabels(vararg values: String)

Parameters

values

The list of scenario labels that should be run during the test. The scenario labels should map to labels defined in the application's manifest. For example, player_experience and com.google.test.loops.player_experience add all of the loops labeled in the manifest with the com.google.test.loops.player_experience name to the execution. Scenarios can also be specified in the scenarios field.