View Source GoogleApi.Testing.V1.Model.AndroidRoboTest (google_api_testing v0.33.0)
A test of an android application that explores the application on a virtual or physical Android Device, finding culprits and crashes as it goes.
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. -
appInitialActivity
(type:String.t
, default:nil
) - The initial activity that should be used to start the app. -
appPackageId
(type:String.t
, default:nil
) - The java package for the application under test. The default value is determined by examining the application's manifest. -
maxDepth
(type:integer()
, default:nil
) - The max depth of the traversal stack Robo can explore. Needs to be at least 2 to make Robo explore the app beyond the first activity. Default is 50. -
maxSteps
(type:integer()
, default:nil
) - The max number of steps Robo can execute. Default is no limit. -
roboDirectives
(type:list(GoogleApi.Testing.V1.Model.RoboDirective.t)
, default:nil
) - A set of directives Robo should apply during the crawl. This allows users to customize the crawl. For example, the username and password for a test account can be provided. -
roboMode
(type:String.t
, default:nil
) - The mode in which Robo should run. Most clients should allow the server to populate this field automatically. -
roboScript
(type:GoogleApi.Testing.V1.Model.FileReference.t
, default:nil
) - A JSON file with a sequence of actions Robo should perform as a prologue for the crawl. -
startingIntents
(type:list(GoogleApi.Testing.V1.Model.RoboStartingIntent.t)
, default:nil
) - The intents used to launch the app for the crawl. If none are provided, then the main launcher activity is launched. If some are provided, then only those provided are launched (the main launcher activity must be provided explicitly).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Testing.V1.Model.AndroidRoboTest{ appApk: GoogleApi.Testing.V1.Model.FileReference.t() | nil, appBundle: GoogleApi.Testing.V1.Model.AppBundle.t() | nil, appInitialActivity: String.t() | nil, appPackageId: String.t() | nil, maxDepth: integer() | nil, maxSteps: integer() | nil, roboDirectives: [GoogleApi.Testing.V1.Model.RoboDirective.t()] | nil, roboMode: String.t() | nil, roboScript: GoogleApi.Testing.V1.Model.FileReference.t() | nil, startingIntents: [GoogleApi.Testing.V1.Model.RoboStartingIntent.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.