aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/cts/README.md
blob: d4e8c2c0a26efdfa897b65e133261924d8ee742a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
```