EnvironmentMatrixResponse

data class EnvironmentMatrixResponse(val androidDeviceList: AndroidDeviceListResponse, val androidMatrix: AndroidMatrixResponse, val iosDeviceList: IosDeviceListResponse)

The matrix of environments in which the test is to be executed.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

A matrix of Android devices.

Link copied to clipboard

A list of iOS devices.