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
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ const userMessages = {
21
21
ZIP_UPLOADER_NOT_REACHABLE: "Could not reach BrowserStack APIs. Please check your network or see if you need to whitelist *.browserstack.com",
22
22
ZIP_UPLOAD_FAILED: "Zip Upload failed.",
23
23
ZIP_UPLOAD_LIMIT_EXCEEDED: "The directory size which contains the cypress config file is more than 200 MB. For more info, check out https://www.browserstack.com/docs/automate/cypress/exclude-files",
24
+
NODE_MODULES_LIMIT_EXCEEDED: "node_modules upload failed as the size %SIZE% MB is not supported. Dependencies will be installed in runtime. This will have a negative impact on build performance. Reach out to us at browserstack.com/support if you see this warning.",
24
25
CONFIG_FILE_CREATED: "BrowserStack Config File created, you can now run browserstack-cypress --config-file run",
25
26
CONFIG_FILE_EXISTS: "File already exists, delete the browserstack.json file manually. skipping...",
26
27
DIR_NOT_FOUND: "Given path does not exist. Failed to create browserstack.json in %s",
@@ -160,6 +161,7 @@ const cliMessages = {
160
161
NO_NPM_WARNING: "No NPM warning if npm_dependencies is empty",
161
162
CONFIG_DEMAND: "config file is required",
162
163
CONFIG_FILE_PATH: "Path to BrowserStack config",
164
+
DEBUG: "Use this option to get debug logs on the CLI console.",
logger.debug("Skipping the caching of npm packages since BrowserStack has already cached your npm dependencies that have not changed since the last run.")
logger.warn(`Error occured while caching npm dependencies. Dependencies will be installed in runtime. This will have a negative impact on performance. Reach out to browserstack.com/contact, if you persistantly face this issue.`);
0 commit comments