Skip to content

Commit 2b0bd11

Browse files
committed
edit pass
1 parent 00ea77e commit 2b0bd11

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/app/references/command-line.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,14 +442,12 @@ cypress run --port 8080
442442
443443
#### `cypress run --posix-exit-codes` {#cypress-run-posix-exit-codes}
444444
445-
This changes the default behavior of Cypress regarding exit codes. This flag causes Cypress to exit with POSIX exit code of 1 when there are test failures or if Cypress could not run, rather than the number of tests that failed.
445+
This changes the default behavior of Cypress regarding exit codes. This flag causes Cypress to exit with POSIX exit code of 1 when there are test failures or if Cypress could not run, rather than the number of tests that failed. It can return additional POSIX-compliant exit codes for other scenarios as well. See the [Exit Code section](/app/references/command-line#Exit-code) for a comprehensive reference of Cypress exit codes.
446446
447447
```shell
448448
cypress run --posix-exit-codes
449449
```
450450
451-
For more about Cypress' exit code behavior, see the [Exit Code section](/app/references/command-line#Exit-code).
452-
453451
#### `cypress run --project <project-path>` {#cypress-run-project-lt-project-path-gt}
454452
455453
To see this in action we've set up an

0 commit comments

Comments
 (0)