-b | --build |
Build test targets. |
-i | --install |
Install test artifacts (APKs) on device. |
-t | --test |
Run the tests. |
-s | --serial |
Run the tests on the specified device. Currently, one device can be tested at a time. |
-d | --disable-teardown |
Disables test teardown and cleanup. |
-m | --rebuild-module-info |
Forces a rebuild of the module-info.json file. |
-w | --wait-for-debugger |
Only for instrumentation tests. Waits for debugger prior to execution. |
-v | --verbose |
Display DEBUG level logging. |
| --generate-baseline |
Generate baseline metrics, run 5 iterations by default. |
| --generate-new-metrics |
Generate new metrics, run 5 iterations by default. |
| --detect-regression |
Run regression detection algorithm. |
| --[CUSTOM_ARGS] |
Specify custom args for the test runners. |
-h | --help |
Show this help message and exit |
More information about **-b**, **-i** and **-t** can be found below under [Specifying Steps: Build, Install or Run.](#specifying-steps:-build,-install-or-run)
#### \