scenarios

@JvmName(name = "hdmvjukbekkpcmdo")
suspend fun scenarios(value: Output<List<Int>>)
@JvmName(name = "sllgbgcipvshjgyn")
suspend fun scenarios(value: List<Int>?)

Parameters

value

The list of scenarios that should be run during the test. The default is all test loops, derived from the application's manifest.


@JvmName(name = "tovisxhbsvukdira")
suspend fun scenarios(vararg values: Output<Int>)


@JvmName(name = "mnyqpxnnjnfkucle")
suspend fun scenarios(values: List<Output<Int>>)
@JvmName(name = "inqocpklasebhoje")
suspend fun scenarios(vararg values: Int)

Parameters

values

The list of scenarios that should be run during the test. The default is all test loops, derived from the application's manifest.