Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 4 additions & 2 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
## 13.7.0

_Released 3/12/2024 (PENDING)_
_Released 3/13/2024_

**Features:**

- Added shadow DOM snapshot support within Test Replay in order to highlight elements correctly within the Cypress reporter. Addressed in [#28823](https://github.com/cypress-io/cypress/pull/28823).
- Added TypeScript support for [Vue 2.7+](https://github.com/vuejs/vue/blob/main/CHANGELOG.md#270-2022-07-01). Addresses [#28591](https://github.com/cypress-io/cypress/issues/28591).
- Adds additional context to error messages displayed when Test Replay artifacts fail to upload. Addressed in [#28986](https://github.com/cypress-io/cypress/pull/28986)

**Performance:**

- Fixed a performance regression from [`13.6.4`](https://docs.cypress.io/guides/references/changelog#13-6-4) where unhandled service worker requests may not correlate correctly. Fixes [#28868](https://github.com/cypress-io/cypress/issues/28868).
- Fixed a performance regression from [`13.6.3`](https://docs.cypress.io/guides/references/changelog#13-6-3) where unhandled service worker requests may not correlate correctly. Fixes [#28868](https://github.com/cypress-io/cypress/issues/28868).
Copy link

@gabrielbahniuk gabrielbahniuk Mar 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mschile regarding #29123 (comment), i'm confused, wasn't the performance regression reintroduced in 13.6.4 (and introduced the first time in 13.6.1)? From what I've tested, 13.6.1 super slow, then 13.6.3 works fine and from 13.6.4 on it doubles the time for network responses in my tests (slow again).

13.6.0 ✅
13.6.1 ❌
13.6.2 ❌
13.6.3 ✅
13.6.4 ❌
13.6.5 ❌
13.6.6 ❌

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gabrielbahniuk, not that we are aware of. Can you try the pre-release binary (or wait until 13.7.0 is released) to see if it resolves your performance issue:

npm install https://cdn.cypress.io/beta/npm/13.7.0/linux-x64/develop-f8f7e71907870a50784a1a8547940902362b58e2/cypress.tgz

If your performance issue is not resolved, could you please open a new issue with a reproducible example so we can investigate.

Copy link

@gabrielbahniuk gabrielbahniuk Mar 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mschile sure, will do and reply here, but it's weird bc I tested multiple times and everything points to a fix in 13.6.3 (that's the version I'm using right now, as 13.6.4 also didn't work).

- Reduces the number of attempts to retry failed Test Replay artifact uploads from 8 to 3, to reduce time spent on artifact upload attempts that will not succeed. Addressed in [#28986](https://github.com/cypress-io/cypress/pull/28986)

**Bugfixes:**

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress",
"version": "13.6.6",
"version": "13.7.0",
"description": "Cypress is a next generation front end testing tool built for the modern web",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"cross-env": "6.0.3",
"cypress-example-kitchensink": "2.0.2",
"cypress-example-kitchensink": "2.0.3",

This comment was marked as resolved.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"gh-pages": "5.0.0",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
Expand Down