Home | History | Annotate | only in /external/skia/infra/cts
Up to higher level directory
NameDateSize
README.md21-Aug-2018397
run_testlab.go21-Aug-20188.5K

README.md

      1 Running CTS on Firebase Testlab
      2 ===============================
      3 
      4 The run_testlab.go script uploads a given apk to Firebase Testlab and
      5 runs them on the list of devices whitelisted in the script.
      6 See the WHITELIST\_DEV\_IDS variable.
      7 
      8 To 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