google_api_testing v0.14.0 GoogleApi.Testing.V1.Model.IosTestLoop View Source

A test of an iOS application that implements one or more game loop scenarios. This test type accepts an archived application (.ipa file) and a list of integer scenarios that will be executed on the app sequentially.

Attributes

  • appBundleId (type: String.t, default: nil) - Output only. The bundle id for the application under test.
  • appIpa (type: GoogleApi.Testing.V1.Model.FileReference.t, default: nil) - Required. The .ipa of the application to test.
  • scenarios (type: list(integer()), default: nil) - The list of scenarios that should be run during the test. Defaults to the single scenario 0 if unspecified.

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.IosTestLoop{
  appBundleId: String.t(),
  appIpa: GoogleApi.Testing.V1.Model.FileReference.t(),
  scenarios: [integer()]
}

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.