EnvironmentMatrixArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): EnvironmentMatrixArgs

Properties

Link copied to clipboard

A list of Android devices; the test will be run only on the specified devices.

Link copied to clipboard
val androidMatrix: Output<AndroidMatrixArgs>? = null

A matrix of Android devices.

Link copied to clipboard
val iosDeviceList: Output<IosDeviceListArgs>? = null

A list of iOS devices.