Parameter | Possible Values | Meaning | Notes |
---|---|---|---|
androidOrchestrator | true | false | Indicates that plugin should execute each of the app tests in a separate process using the Android Test Orchestrator. Find JUnitRunner's Orchestrator official documentation here. Default value: false. | |
testSize | large | medium | small | Runs a test method annotated by size. The annotations are @LargeTest, @MediumTest, and @SmallTest . See examples below. | |
grantAll | true | false | If the parameter is set (true) then the application is granted all Android permissions listed in the application manifest Note: Applicable to Android 6.0 or later. |