aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/cts/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'infra/cts/README.md')
-rw-r--r--infra/cts/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/infra/cts/README.md b/infra/cts/README.md
new file mode 100644
index 0000000000..d4e8c2c0a2
--- /dev/null
+++ b/infra/cts/README.md
@@ -0,0 +1,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
+```