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
"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",
55
+
"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.",
56
56
)
57
57
.option(
58
58
"--test-devices-file <string>",
59
-
"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",
59
+
"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.",
60
60
)
61
61
.option("--test-username <string>","username for automatic login")
62
62
.option("--test-password <string>","password for automatic login")
63
63
.option(
64
64
"--test-username-resource <string>",
65
-
"resource name of the username field for automatic login",
65
+
"resource name for the username field for automatic login",
66
66
)
67
67
.option(
68
68
"--test-password-resource <string>",
69
-
"resource name of the password field for automatic login",
69
+
"resource name for the password field for automatic login",
70
+
)
71
+
.option(
72
+
"--test-async",
73
+
"run tests asynchronously. Visit the Firebase console for the automatic test results.",
70
74
)
71
-
.option("--test-async","don't wait for automatic test results")
0 commit comments