EnvironmentResponse

data class EnvironmentResponse(val androidDevice: AndroidDeviceResponse, val iosDevice: IosDeviceResponse)

The environment in which the test is run.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An Android device which must be used with an Android test.

Link copied to clipboard

An iOS device which must be used with an iOS test.