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
CONFIG_FILE_CREATED: "BrowserStack Config File created, you can now run browserstack-cypress --config-file run",
18
18
CONFIG_FILE_EXISTS: "File already exists, delete the browserstack.json file manually. skipping...",
19
19
DIR_NOT_FOUND: "Given path does not exist. Failed to create browserstack.json in %s",
20
-
ZIP_DELETE_FAILED: "Could not delete local file.",
21
-
ZIP_DELETED: "Zip file deleted successfully.",
20
+
ZIP_DELETE_FAILED: "Could not delete tests.zip successfully.",
21
+
ZIP_DELETED: "Deleted tests.zip successfully.",
22
22
API_DEPRECATED: "This version of API is deprecated, please use latest version of API.",
23
23
FAILED_TO_ZIP: "Failed to zip files.",
24
-
VISIT_DASHBOARD: "Visit the Automate dashboard for test reporting:",
24
+
VISIT_DASHBOARD: "Visit the Automate dashboard for real-time test reporting:",
25
25
CONFLICTING_INIT_ARGUMENTS: "Conflicting arguments given. You can use --path only with a file name, and not with a file path.",
26
-
NO_PARALLELS: "Your tests will run sequentially. Read more about running your tests in parallel here: https://www.browserstack.com/docs/automate/cypress/run-tests-in-parallel",
27
-
NO_NPM_DEPENDENCIES: "No npm dependencies specified. Read more here: https://www.browserstack.com/docs/automate/cypress/npm-packages. You can suppress this warning by using --disable-npm-warning flag."
26
+
NO_PARALLELS: "Your specs will run sequentially on a single machine. Read more about running your specs in parallel here: https://www.browserstack.com/docs/automate/cypress/run-tests-in-parallel",
27
+
NO_NPM_DEPENDENCIES: "No npm dependencies specified - your specs might fail if they need any packages to be installed before running.",
28
+
NO_NPM_DEPENDENCIES_READ_MORE: "Read more about npm dependencies here: https://www.browserstack.com/docs/automate/cypress/npm-packages. You can suppress this warning by using --disable-npm-warning flag.",
29
+
VALIDATING_CONFIG: "Validating the config",
30
+
UPLOADING_TESTS: "Uploading the tests to BrowserStack",
31
+
LOCAL_TRUE: "you will now be able to test localhost / private URLs",
32
+
LOCAL_FALSE: "you won't be able to test localhost / private URLs",
33
+
EXIT_SYNC_CLI_MESSAGE: "Exiting the CLI, but your build is still running. You can use the --sync option to keep getting test updates. You can also use the build-info <build-id> command now."
0 commit comments