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
'--all requires a project id - pass --project <id>or set TESTSPRITE_PROJECT_ID',
9186
+
'--all requires a project id - pass --project <id>, set TESTSPRITE_PROJECT_ID, or set project_id in ~/.testsprite/config (or TESTSPRITE_CONFIG_FILE)',
9183
9187
);
9184
9188
// --target-url has no effect on the --all batch path: a BE test's base
9185
9189
// URL is baked into its code, and the unified engine resolves each
@@ -9826,7 +9830,7 @@ function resolveProjectId(
9826
9830
}
9827
9831
functionrequireProjectId(
9828
9832
projectId: string|undefined,
9829
-
message='is required; pass --project <id>, set TESTSPRITE_PROJECT_ID, or set project_id in ~/.testsprite/config',
9833
+
message='is required; pass --project <id>, set TESTSPRITE_PROJECT_ID, or set project_id in the config file (~/.testsprite/config or TESTSPRITE_CONFIG_FILE)',
0 commit comments