You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Test name pattern. Only tests with names that match this pattern will be executed.",
38
38
)
39
39
.option("--test-dir <test_dir>","Directory where tests can be found.")
40
+
.option(
41
+
"--test-devices <string>",
42
+
"semicolon-separated list of devices to run automated tests on, in the format 'model=<model-id>,version=<os-version-id>,locale=<locale>,orientation=<orientation>'. Run 'gcloud firebase test android|ios models list' to see available devices. Note: This feature is in beta.",
43
+
)
44
+
.option(
45
+
"--test-devices-file <string>",
46
+
"path to file containing a list of semicolon- or newline-separated devices to run automated tests on, in the format 'model=<model-id>,version=<os-version-id>,locale=<locale>,orientation=<orientation>'. Run 'gcloud firebase test android|ios models list' to see available devices. Note: This feature is in beta.",
0 commit comments