SpecificationArgs

data class SpecificationArgs(val androidTest: Output<AndroidTestArgs>? = null, val iosTest: Output<IosTestArgs>? = null) : ConvertibleToJava<SpecificationArgs>

The details about how to run the execution.

Constructors

Link copied to clipboard
fun SpecificationArgs(androidTest: Output<AndroidTestArgs>? = null, iosTest: Output<IosTestArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val androidTest: Output<AndroidTestArgs>? = null

An Android mobile test execution specification.

Link copied to clipboard
val iosTest: Output<IosTestArgs>? = null

An iOS mobile test execution specification.