Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct error message infos for "auto-cancel-after-failures" #6064

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/app/references/error-messages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ regedit or gpedit.
The `--auto-cancel-after-failures` flag is only available in Cypress 12.6.0 and
later, and must be used with the `cypress run` command.

### <Icon name="exclamation-triangle" color="red" /> --auto-cancel-after-failures must be a integer or false
### <Icon name="exclamation-triangle" color="red" /> --auto-cancel-after-failures must be an integer or false

You passed in an invalid value for the `--auto-cancel-after-failures` flag. It
must be an integer or false.
Expand All @@ -869,8 +869,7 @@ Cancellation.
You passed the `--auto-cancel-after-failures` flag, but this run originally
started with a different value on this `--auto-cancel-after-failures` flag.

The first setting of `--auto-cancel-after-failures` for any given run takes
precedent.
The first setting of `--auto-cancel-after-failures` for any given run takes precedence.

## Page Load Errors

Expand Down