GoogleApi.Testing.V1.Model.IosTestSetup (google_api_testing v0.21.0) View Source

A 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 (e.g. /private/var/mobile/Media) or within an accessible directory inside the app's filesystem (e.g. /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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Testing.V1.Model.IosTestSetup{
  additionalIpas: [GoogleApi.Testing.V1.Model.FileReference.t()],
  networkProfile: String.t(),
  pullDirectories: [GoogleApi.Testing.V1.Model.IosDeviceFile.t()],
  pushFiles: [GoogleApi.Testing.V1.Model.IosDeviceFile.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.