Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 03-May-2024 | 397 | 13 | 9 | |
run_testlab.go | D | 03-May-2024 | 15.6 KiB | 472 | 350 | |
whitelist_devices.json | D | 03-May-2024 | 92 | 9 | 9 |
README.md
1Running CTS on Firebase Testlab 2=============================== 3 4The run_testlab.go script uploads a given apk to Firebase Testlab and 5runs them on the list of devices whitelisted in the script. 6See the WHITELIST\_DEV\_IDS variable. 7 8To run 'skqpapp.apk' on Testlab run the following command: 9 10``` 11 $ go run run_testlab.go --logtostderr --service_account_file=service-account.json skqpapp.apk 12``` 13