You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
397 B
13 lines
397 B
4 months ago
|
Running CTS on Firebase Testlab
|
||
|
===============================
|
||
|
|
||
|
The run_testlab.go script uploads a given apk to Firebase Testlab and
|
||
|
runs them on the list of devices whitelisted in the script.
|
||
|
See the WHITELIST\_DEV\_IDS variable.
|
||
|
|
||
|
To run 'skqpapp.apk' on Testlab run the following command:
|
||
|
|
||
|
```
|
||
|
$ go run run_testlab.go --logtostderr --service_account_file=service-account.json skqpapp.apk
|
||
|
```
|