Ios Test Setup Args
data class IosTestSetupArgs(val additionalIpas: Output<List<FileReferenceArgs>>? = null, val networkProfile: Output<String>? = null, val pullDirectories: Output<List<IosDeviceFileArgs>>? = null, val pushFiles: Output<List<IosDeviceFileArgs>>? = null) : ConvertibleToJava<IosTestSetupArgs>
A description of how to set up an iOS device prior to running the test.
Constructors
Link copied to clipboard
fun IosTestSetupArgs(additionalIpas: Output<List<FileReferenceArgs>>? = null, networkProfile: Output<String>? = null, pullDirectories: Output<List<IosDeviceFileArgs>>? = null, pushFiles: Output<List<IosDeviceFileArgs>>? = null)