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
feat: --posix-exit-codes cli flag in run mode (#32609)
* pass posix exit code to server
* return 1 if any tests fail and posix exit codes are enabled
* changelog
* rm .only
* snapshot
* changelog
* update typedef
* changelog
* Update cli/CHANGELOG.md
Co-authored-by: Jennifer Shehane <[email protected]>
* lift disabled posix system test to different desc block
* add posix-exit-codes in lib/exec/run.ts#processRunOptions
* Apply suggestion from @jennifer-shehane
Co-authored-by: Jennifer Shehane <[email protected]>
---------
Co-authored-by: Jennifer Shehane <[email protected]>
Copy file name to clipboardExpand all lines: cli/CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
2
-
## 15.3.1
2
+
## 15.4.0
3
3
4
4
_Released 10/07/2025 (PENDING)_
5
5
6
+
**Features:**
7
+
8
+
- Added the `--posix-exit-codes` flag for the `run` command. When this flag is passed, Cypress will exit with 1 if any tests fail, rather than the number of failed tests. Addresses [#32605](https://github.com/cypress-io/cypress/issues/32605) and [#24695](https://github.com/cypress-io/cypress/issues/24695). Addressed in [#32609](https://github.com/cypress-io/cypress/pull/32609).
9
+
6
10
**Bugfixes:**
7
11
8
12
- Fixed a regression introduced in [`15.0.0`](https://docs.cypress.io/guides/references/changelog#15-0-0) where `dbus` connection error messages appear in docker containers when launching Cypress. Fixes [#32290](https://github.com/cypress-io/cypress/issues/32290).
0 commit comments