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
+2Lines changed: 2 additions & 0 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"
0 commit comments