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
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,8 @@ const userMessages = {
110
110
"Value for the 'spec_timeout' key not in the 1-120 range. Going ahead with 30 mins as the default spec timeout. Read more about how to specify the option in https://browserstack.com/docs/automate/cypress/spec-timeout",
111
111
SPEC_LIMIT_SUCCESS_MESSAGE:
112
112
"Spec timeout specified as <x> minutes. If any of your specs exceed the specified time limit, it would be forcibly killed by BrowserStack",
113
+
NO_CONNECTION_WHILE_UPDATING_UPLOAD_PROGRESS_BAR:
114
+
"Unable to determine zip upload progress due to undefined/null connection request"
113
115
};
114
116
115
117
constvalidationMessages={
@@ -120,7 +122,7 @@ const validationMessages = {
120
122
EMPTY_RUN_SETTINGS: "Empty run settings",
121
123
EMPTY_CYPRESS_PROJ_DIR:
122
124
"cypress_proj_dir is not set in run_settings. See https://www.browserstack.com/docs/automate/cypress/sample-tutorial to learn more.",
123
-
EMPTY_CYPRESS_CONFIG_FILE:
125
+
EMPTY_CYPRESS_CONFIG_FILE:
124
126
"cypress_config_file is not set in run_settings. See https://www.browserstack.com/docs/automate/cypress/configuration-file to learn more.",
125
127
VALIDATED: "browserstack.json file is validated",
126
128
NOT_VALID: "browerstack.json is not valid",
@@ -129,9 +131,9 @@ const validationMessages = {
129
131
INVALID_PARALLELS_CONFIGURATION:
130
132
"Invalid value specified for parallels to use. Maximum parallels to use should be a number greater than 0.",
0 commit comments