GoogleApi.Testing.V1.Model.IosTestSetup (google_api_testing v0.34.0)
View SourceA description of how to set up an iOS device prior to running the test.
Attributes
-
additionalIpas
(type:list(GoogleApi.Testing.V1.Model.FileReference.t)
, default:nil
) - iOS apps to install in addition to those being directly tested. -
networkProfile
(type:String.t
, default:nil
) - 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. -
pullDirectories
(type:list(GoogleApi.Testing.V1.Model.IosDeviceFile.t)
, default:nil
) - 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. -
pushFiles
(type:list(GoogleApi.Testing.V1.Model.IosDeviceFile.t)
, default:nil
) - List of files to push to the device before starting the test.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Testing.V1.Model.IosTestSetup{ additionalIpas: [GoogleApi.Testing.V1.Model.FileReference.t()] | nil, networkProfile: String.t() | nil, pullDirectories: [GoogleApi.Testing.V1.Model.IosDeviceFile.t()] | nil, pushFiles: [GoogleApi.Testing.V1.Model.IosDeviceFile.t()] | nil }