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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,9 @@ const userMessages = {
94
94
SPEC_LIMIT_WARNING:
95
95
"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.",
96
96
DOWNLOAD_BUILD_ARTIFACTS_FAILED:
97
-
"Downloading build artifacts for the build <build-id> failed for <machine-count> machines.",
97
+
"Downloading build artifact(s) for the build <build-id> failed for <machine-count> machines.",
98
+
DOWNLOAD_BUILD_ARTIFACTS_NOT_FOUND:
99
+
"Build artifact(s) for the session <session-id> was either not generated or not uploaded.",
98
100
ASYNC_DOWNLOADS:
99
101
"Test artifacts as specified under 'downloads' can be downloaded after the build has completed its run, using 'browserstack-cypress generate-downloads <build-id>'",
0 commit comments