IosTestArgs

data class IosTestArgs(val iosAppInfo: Output<IosAppInfoArgs>? = null, val iosRoboTest: Output<IosRoboTestArgs>? = null, val iosTestLoop: Output<IosTestLoopArgs>? = null, val iosXcTest: Output<IosXcTestArgs>? = null, val testTimeout: Output<DurationArgs>? = null) : ConvertibleToJava<IosTestArgs>

A iOS mobile test specification

Constructors

Link copied to clipboard
fun IosTestArgs(iosAppInfo: Output<IosAppInfoArgs>? = null, iosRoboTest: Output<IosRoboTestArgs>? = null, iosTestLoop: Output<IosTestLoopArgs>? = null, iosXcTest: Output<IosXcTestArgs>? = null, testTimeout: Output<DurationArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val iosAppInfo: Output<IosAppInfoArgs>? = null

Information about the application under test.

Link copied to clipboard
val iosRoboTest: Output<IosRoboTestArgs>? = null

An iOS Robo test.

Link copied to clipboard
val iosTestLoop: Output<IosTestLoopArgs>? = null

An iOS test loop.

Link copied to clipboard
val iosXcTest: Output<IosXcTestArgs>? = null

An iOS XCTest.

Link copied to clipboard
val testTimeout: Output<DurationArgs>? = null

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