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
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ const userMessages = {
15
15
BUILD_INFO_FAILED: "Failed to get build info.",
16
16
BUILD_STOP_FAILED: "Failed to stop build.",
17
17
BUILD_REPORT_MESSAGE: "See the entire build report here:",
18
-
ZIP_UPLOADER_NOT_REACHABLE: "Could not reach to zip uploader.",
18
+
ZIP_UPLOADER_NOT_REACHABLE: "Could not reach BrowserStack APIs. Please check your network or see if you need to whitelist *.browserstack.com",
19
19
ZIP_UPLOAD_FAILED: "Zip Upload failed.",
20
20
CONFIG_FILE_CREATED: "BrowserStack Config File created, you can now run browserstack-cypress --config-file run",
21
21
CONFIG_FILE_EXISTS: "File already exists, delete the browserstack.json file manually. skipping...",
@@ -56,7 +56,7 @@ const validationMessages = {
56
56
CYPRESS_JSON_NOT_FOUND: "cypress.json file is not found at cypress_proj_dir path ",
57
57
INVALID_CYPRESS_JSON: "cypress.json is not a valid json",
58
58
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",
59
-
LOCAL_NOT_SET: "To test <baseUrl value> on BrowserStack, you will have to set up Local testing. Read more here: https://www.browserstack.com/docs/automate/cypress/local-testing",
59
+
LOCAL_NOT_SET: "To test <baseUrlValue> on BrowserStack, you will have to set up Local testing. Read more here: https://www.browserstack.com/docs/automate/cypress/local-testing",
60
60
INCORRECT_DIRECTORY_STRUCTURE: "No tests to run. Note that your Cypress tests should be in the same directory where the cypress.json exists."
0 commit comments