IosTestSetupResponse

data class IosTestSetupResponse(val additionalIpas: List<FileReferenceResponse>, val networkProfile: String, val pullDirectories: List<IosDeviceFileResponse>, val pushFiles: List<IosDeviceFileResponse>)

A description of how to set up an iOS device prior to running the test.

Constructors

Link copied to clipboard
constructor(additionalIpas: List<FileReferenceResponse>, networkProfile: String, pullDirectories: List<IosDeviceFileResponse>, pushFiles: List<IosDeviceFileResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

iOS apps to install in addition to those being directly tested.

Link copied to clipboard

The network traffic profile used for running the test. Available network profiles can be queried by using the NETWORK_CONFIGURATION environment type when calling TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog.

Link copied to clipboard

List of directories on the device to upload to Cloud Storage at the end of the test. Directories should either be in a shared directory (such as /private/var/mobile/Media) or within an accessible directory inside the app's filesystem (such as /Documents) by specifying the bundle ID.

Link copied to clipboard

List of files to push to the device before starting the test.