google_api_testing v0.5.0 GoogleApi.Testing.V1.Model.TestSetup View Source

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

Attributes

  • account (type: GoogleApi.Testing.V1.Model.Account.t, default: nil) - The device will be logged in on this account for the duration of the test.

  • additionalApks (type: list(GoogleApi.Testing.V1.Model.Apk.t), default: nil) - APKs to install in addition to those being directly tested. Currently capped at 100.

  • directoriesToPull (type: list(String.t), default: nil) - List of directories on the device to upload to GCS at the end of the test; they must be absolute paths under /sdcard or /data/local/tmp. Path names are restricted to characters a-z A-Z 0-9 _ - . + and /

    Note: The paths /sdcard and /data will be made available and treated as implicit path substitutions. E.g. if /sdcard on a particular device does not map to external storage, the system will replace it with the external storage path prefix for that device.

  • environmentVariables (type: list(GoogleApi.Testing.V1.Model.EnvironmentVariable.t), default: nil) - Environment variables to set for the test (only applicable for instrumentation tests).

  • filesToPush (type: list(GoogleApi.Testing.V1.Model.DeviceFile.t), default: nil) - List of files to push to the device before starting the test.

  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Testing.V1.Model.TestSetup{
  account: GoogleApi.Testing.V1.Model.Account.t(),
  additionalApks: [GoogleApi.Testing.V1.Model.Apk.t()],
  directoriesToPull: [String.t()],
  environmentVariables: [GoogleApi.Testing.V1.Model.EnvironmentVariable.t()],
  filesToPush: [GoogleApi.Testing.V1.Model.DeviceFile.t()],
  networkProfile: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.