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
Copy file name to clipboardExpand all lines: bin/helpers/constants.js
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,9 @@ const userMessages = {
43
43
LOCAL_STOP_FAILED: "Local Binary stop failed.",
44
44
INVALID_LOCAL_MODE_WARNING: "Invalid value specified for local_mode. local_mode: (\"always-on\" | \"on-demand\"). For more info, check out https://www.browserstack.com/docs/automate/cypress/cli-reference",
45
45
SPEC_LIMIT_WARNING: "You might not see all your results on the dashboard because of high spec count, please consider reducing the number of spec files in this folder.",
46
-
DOWNLOAD_BUILD_ARTIFACTS: "Downloading build artifacts for the build <build-id> failed."
46
+
DOWNLOAD_BUILD_ARTIFACTS_FAILED: "Downloading build artifacts for the build <build-id> failed for <machine-count> machines.",
47
+
ASYNC_DOWNLOADS: "Test artifacts as specified under 'downloads' can be downloaded after the build has completed its run, using 'browserstack-cypress generate-downloads <build-id>'",
48
+
DOWNLOAD_BUILD_ARTIFACTS_SUCCESS: "Your build artifact(s) have been successfully downloaded in '<user-path>/build_artifacts/<build-id>' directory"
47
49
};
48
50
49
51
constvalidationMessages={
@@ -84,17 +86,13 @@ const cliMessages = {
84
86
INFO: "Check status of your build.",
85
87
STOP: "Stop your build.",
86
88
DEMAND: "Requires a build id.",
87
-
DESC: "Path to BrowserStack config",
88
-
CONFIG_DEMAND: "config file is required",
89
89
INFO_MESSAGE: "Getting information for buildId ",
90
90
STOP_MESSAGE: "Stopping build with given buildId ",
91
91
},
92
92
RUN: {
93
93
PARALLEL_DESC: "The maximum number of parallels to use to run your test suite",
94
94
INFO: "Run your tests on BrowserStack.",
95
-
DESC: "Path to BrowserStack config",
96
95
CYPRESS_DESC: "Path to Cypress config file",
97
-
CONFIG_DEMAND: "config file is required",
98
96
CYPRESS_CONFIG_DEMAND: "Cypress config file is required",
99
97
BUILD_NAME: "The build name you want to use to name your test runs",
100
98
EXCLUDE: "Exclude files matching a pattern from zipping and uploading",
@@ -117,10 +115,15 @@ const cliMessages = {
117
115
USERNAME: "Your BrowserStack username",
118
116
ACCESS_KEY: "Your BrowserStack access key",
119
117
NO_NPM_WARNING: "No NPM warning if npm_dependencies is empty",
0 commit comments