GoogleApi.Testing.V1.Model.AndroidTestLoop (google_api_testing v0.34.0)

View Source

A test of an Android Application with a Test Loop. The intent \ will be implicitly added, since Games is the only user of this api, for the time being.

Attributes

  • appApk (type: GoogleApi.Testing.V1.Model.FileReference.t, default: nil) - The APK for the application under test.
  • appBundle (type: GoogleApi.Testing.V1.Model.AppBundle.t, default: nil) - A multi-apk app bundle for the application under test.
  • appPackageId (type: String.t, default: nil) - The java package for the application under test. The default is determined by examining the application's manifest.
  • scenarioLabels (type: list(String.t), default: nil) - The list of scenario labels that should be run during the test. The scenario labels should map to labels defined in the application's manifest. For example, player_experience and com.google.test.loops.player_experience add all of the loops labeled in the manifest with the com.google.test.loops.player_experience name to the execution. Scenarios can also be specified in the scenarios field.
  • scenarios (type: list(integer()), default: nil) - The list of scenarios that should be run during the test. The default is all test loops, derived from the application's manifest.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.AndroidTestLoop{
  appApk: GoogleApi.Testing.V1.Model.FileReference.t() | nil,
  appBundle: GoogleApi.Testing.V1.Model.AppBundle.t() | nil,
  appPackageId: String.t() | nil,
  scenarioLabels: [String.t()] | nil,
  scenarios: [integer()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.