Class AndroidTestLoop
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.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class AndroidTestLoop : IDirectResponseSchema
Properties
AppApk
The APK for the application under test.
Declaration
[JsonProperty("appApk")]
public virtual FileReference AppApk { get; set; }
Property Value
Type | Description |
---|---|
FileReference |
AppBundle
A multi-apk app bundle for the application under test.
Declaration
[JsonProperty("appBundle")]
public virtual AppBundle AppBundle { get; set; }
Property Value
Type | Description |
---|---|
AppBundle |
AppPackageId
The java package for the application under test. The default is determined by examining the application's manifest.
Declaration
[JsonProperty("appPackageId")]
public virtual string AppPackageId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ScenarioLabels
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.
Declaration
[JsonProperty("scenarioLabels")]
public virtual IList<string> ScenarioLabels { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Scenarios
The list of scenarios that should be run during the test. The default is all test loops, derived from the application's manifest.
Declaration
[JsonProperty("scenarios")]
public virtual IList<int?> Scenarios { get; set; }
Property Value
Type | Description |
---|---|
IList<int?> |