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
# You must run `setup_should_persist_artifacts` command and be using bash before running this command
@@ -803,7 +802,7 @@ commands:
803
802
if [[ <<parameters.type>> == 'ct' ]]; then
804
803
# component tests are located side by side with the source codes.
805
804
# for the app component tests, ignore specs that are known to cause failures on contributor PRs (see https://discuss.circleci.com/t/how-to-exclude-certain-files-from-circleci-test-globbing/41028)
Copy file name to clipboardExpand all lines: cli/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@ _Released 07/01/2025 (PENDING)_
8
8
- Removed support for Node.js 18 and Node.js 23. Addresses [#31302](https://github.com/cypress-io/cypress/issues/31302).
9
9
- Removed support for [Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol) with the [firefox](https://www.mozilla.org/) browser. Addresses [#31189](https://github.com/cypress-io/cypress/issues/31189).
10
10
11
+
## 14.3.1
12
+
13
+
_Released 4/22/2025 (PENDING)_
14
+
15
+
**Misc:**
16
+
17
+
- The UI of the reporter and URL were updated to a darker gray background for better color contrast. Addressed in [#31475](https://github.com/cypress-io/cypress/pull/31475).
0 commit comments