google_api_testing v0.11.0 GoogleApi.Testing.V1.Model.AndroidTestLoop View Source
A test of an Android Application with a Test Loop.
The intent \
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.
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 Sourcet() :: %GoogleApi.Testing.V1.Model.AndroidTestLoop{
appApk: GoogleApi.Testing.V1.Model.FileReference.t(),
appBundle: GoogleApi.Testing.V1.Model.AppBundle.t(),
appPackageId: String.t(),
scenarioLabels: [String.t()],
scenarios: [integer()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.