IosTestResponse

data class IosTestResponse(val iosAppInfo: IosAppInfoResponse, val iosRoboTest: IosRoboTestResponse, val iosTestLoop: IosTestLoopResponse, val iosXcTest: IosXcTestResponse, val testTimeout: DurationResponse)

A iOS mobile test specification

Constructors

Link copied to clipboard
fun IosTestResponse(iosAppInfo: IosAppInfoResponse, iosRoboTest: IosRoboTestResponse, iosTestLoop: IosTestLoopResponse, iosXcTest: IosXcTestResponse, testTimeout: DurationResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about the application under test.

Link copied to clipboard

An iOS Robo test.

Link copied to clipboard

An iOS test loop.

Link copied to clipboard

An iOS XCTest.

Link copied to clipboard

Max time a test is allowed to run before it is automatically cancelled.