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
DOWNLOAD_BUILD_ARTIFACTS_SUCCESS: "Your build artifact(s) have been successfully downloaded in '<user-path>/build_artifacts/<build-id>' directory",
62
63
LATEST_SYNTAX_TO_ACTUAL_VERSION_MESSAGE: "Your build will run using Cypress <actualVersion> as you had specified <latestSyntaxVersion>.<frameworkUpgradeMessage> Read more about supported versions here: http://browserstack.com/docs/automate/cypress/supported-versions",
63
64
PROCESS_KILL_MESSAGE: "Stopping the CLI and the execution of the build on BrowserStack",
65
+
BUILD_FAILED_ERROR: "The above stacktrace has been thrown by Cypress when we tried to run your build. If your test suite requires npm dependencies then please specify them on browserstack.json. Read more at "+chalk.blueBright("https://www.browserstack.com/docs/automate/cypress/npm-packages")+". Also, we recommend you to try running the build locally using ‘cypress run’ and if it works fine then please reach out to support at "+chalk.blueBright("https://www.browserstack.com/contact#technical-support")
0 commit comments