Android Test Loop Args
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.
Constructors
Properties
The APK for the application under test.
A multi-apk app bundle for the application under test.
The java package for the application under test. The default is determined by examining the application's manifest.
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.