Environment Matrix Args
data class EnvironmentMatrixArgs(val androidDeviceList: Output<AndroidDeviceListArgs>? = null, val androidMatrix: Output<AndroidMatrixArgs>? = null, val iosDeviceList: Output<IosDeviceListArgs>? = null) : ConvertibleToJava<EnvironmentMatrixArgs>
The matrix of environments in which the test is to be executed.
Constructors
Link copied to clipboard
fun EnvironmentMatrixArgs(androidDeviceList: Output<AndroidDeviceListArgs>? = null, androidMatrix: Output<AndroidMatrixArgs>? = null, iosDeviceList: Output<IosDeviceListArgs>? = null)