Android Test Args
data class AndroidTestArgs(val androidAppInfo: Output<AndroidAppInfoArgs>? = null, val androidInstrumentationTest: Output<AndroidInstrumentationTestArgs>? = null, val androidRoboTest: Output<AndroidRoboTestArgs>? = null, val androidTestLoop: Output<AndroidTestLoopArgs>? = null, val testTimeout: Output<DurationArgs>? = null) : ConvertibleToJava<AndroidTestArgs>
An Android mobile test specification.
Constructors
Link copied to clipboard
constructor(androidAppInfo: Output<AndroidAppInfoArgs>? = null, androidInstrumentationTest: Output<AndroidInstrumentationTestArgs>? = null, androidRoboTest: Output<AndroidRoboTestArgs>? = null, androidTestLoop: Output<AndroidTestLoopArgs>? = null, testTimeout: Output<DurationArgs>? = null)
Properties
Link copied to clipboard
Information about the application under test.
Link copied to clipboard
An Android instrumentation test.
Link copied to clipboard
An Android robo test.
Link copied to clipboard
An Android test loop.
Link copied to clipboard
Max time a test is allowed to run before it is automatically cancelled.