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
CYPRESS_JSON_NOT_FOUND: "cypress.json file is not found at cypress_proj_dir path ",
34
35
INVALID_CYPRESS_JSON: "cypress.json is not a valid json",
35
36
INVALID_DEFAULT_AUTH_PARAMS: "Your username and access key are required to run your tests on BrowserStack. Learn more at https://www.browserstack.com/docs/automate/cypress/authentication",
@@ -60,7 +61,9 @@ const cliMessages = {
60
61
PARALLEL_DESC: "The maximum number of parallels to use to run your test suite",
61
62
INFO: "Run your tests on BrowserStack.",
62
63
DESC: "Path to BrowserStack config",
64
+
CYPRESS_DESC: "Path to Cypress config file",
63
65
CONFIG_DEMAND: "config file is required",
66
+
CYPRESS_CONFIG_DEMAND: "Cypress config file is required",
64
67
BUILD_NAME: "The build name you want to use to name your test runs",
65
68
EXCLUDE: "Exclude files matching a pattern from zipping and uploading",
66
69
DEFAULT_PARALLEL_MESSAGE: "Here goes the number of parallels you want to run",
0 commit comments