Android Robo Test Args
A test of an android application that explores the application on a virtual or physical Android Device, finding culprits and crashes as it goes.
Constructors
Properties
The APK for the application under test.
A multi-apk app bundle for the application under test.
The initial activity that should be used to start the app.
The java package for the application under test. The default value is determined by examining the application's manifest.
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.
The mode in which Robo should run. Most clients should allow the server to populate this field automatically.
A JSON file with a sequence of actions Robo should perform as a prologue for the crawl.
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).