Class IosRoboTest
A test that explores an iOS application on an iOS device.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class IosRoboTest : IDirectResponseSchema
Properties
AppBundleId
The bundle ID for the app-under-test. This is determined by examining the application's "Info.plist" file.
Declaration
[JsonProperty("appBundleId")]
public virtual string AppBundleId { get; set; }
Property Value
Type | Description |
---|---|
string |
AppIpa
Required. The ipa stored at this file should be used to run the test.
Declaration
[JsonProperty("appIpa")]
public virtual FileReference AppIpa { get; set; }
Property Value
Type | Description |
---|---|
FileReference |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RoboScript
An optional Roboscript to customize the crawl. See https://firebase.google.com/docs/test-lab/android/robo-scripts-reference for more information about Roboscripts.
Declaration
[JsonProperty("roboScript")]
public virtual FileReference RoboScript { get; set; }
Property Value
Type | Description |
---|---|
FileReference |