Skip to content

Commit

Permalink
Correct error message infos for "auto-cancel-after-failures" (#6064)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jan 2, 2025
1 parent 55f4e91 commit e90a257
Showing 1 changed file with 2 additions and 3 deletions.
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

0 comments on commit e90a257

Please sign in to comment.