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.",
35
37
)
36
-
.option("--test-dir <test_dir>","Directory where tests can be found.")
38
+
.option("--test-dir <test_dir>","Directory where tests can be found. Defaults to './tests'.")
37
39
.option(
38
40
"--test-devices <string>",
39
-
"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.",
41
+
"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.",
40
42
)
41
43
.option(
42
44
"--test-devices-file <string>",
43
-
"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.",
45
+
"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.",
44
46
)
45
47
.option(
46
48
"--test-non-blocking",
47
-
"run automated tests without waiting for them to complete. Visit the Firebase console for the test results.",
49
+
"Run automated tests without waiting for them to complete. Visit the Firebase console for the test results.",
"Bootstrap Firebase Studio apps for migration to Antigravity. Run on the unzipped folder from the Firebase Studio download, or directly on the downloaded zip file.",
13
13
)
14
14
.option("--no-start-antigravity","skip starting the Antigravity IDE after migration")
0 commit comments