Skip to content

Commit b71b533

Browse files
committed
update warning message
1 parent 212acfc commit b71b533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const userMessages = {
4141
LOCAL_START_FAILED: "Local Testing setup failed.",
4242
LOCAL_STOP_FAILED: "Local Binary stop failed.",
4343
INVALID_LOCAL_MODE_WARNING: "Invalid value specified for local_mode. local_mode: (\"always-on\" | \"on-demand\"). For more info, check out https://www.browserstack.com/docs/automate/cypress/cli-reference",
44-
SPEC_LIMIT_WARNING: "There is a chance that you might not see all the results on the dashboard because of your spec count."
44+
SPEC_LIMIT_WARNING: "You might not see all your results on the dashboard because of high spec count, please consider reducing the number of spec files in this folder."
4545
};
4646

4747
const validationMessages = {

0 commit comments

Comments
 (0)