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
"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
59
)
61
60
.option("--test-username <string>","username for automatic login")
62
-
.option("--test-password <string>","password for automatic login")
61
+
.option(
62
+
"--test-password <string>",
63
+
"password for automatic login. If using a real password, use --test-password-file instead to avoid putting sensitive info in history and logs.",
64
+
)
65
+
.option("--test-password-file <string>","path to file containing password for automatic login")
63
66
.option(
64
67
"--test-username-resource <string>",
65
68
"resource name for the username field for automatic login",
0 commit comments