Skip to content

chore: add begining of migration guide for Cypress 15 #6159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release/15.0.0
Choose a base branch
from

Conversation

AtofStryker
Copy link
Contributor

Begins the migration guide for Cypress 15, which includes the node deprecations and angular 17 CT support removal and work arounds

Copy link

cypress bot commented Apr 22, 2025

cypress-documentation    Run #407

Run Properties:  status check passed Passed #407  •  git commit 673876635f: chore: add begining of migration guide for Cypress 15
Project cypress-documentation
Branch Review chore/add_angular_17_ct_removal_docs
Run status status check passed Passed #407
Run duration 09m 24s
Commit git commit 673876635f: chore: add begining of migration guide for Cypress 15
Committer AtofStryker
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 301
View all changes introduced in this branch ↗︎
UI Coverage  10.94%
  Untested elements 2395  
  Tested elements 3  
Accessibility  96.87%
  Failed rules  1 critical   4 serious   4 moderate   0 minor
  Failed elements 25  


This guide details the code changes needed to migrate to Cypress
version 15.
[See the full changelog for version v14.0](/app/references/changelog#15-0-0).
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
[See the full changelog for version v14.0](/app/references/changelog#15-0-0).
[See the full changelog for version v15.0](/app/references/changelog#15-0-0).

Comment on lines +24 to +26
[See Node's release schedule](https://github.com/nodejs/Release). Node.js
version 18 and 23 will no longer be supported when installing Cypress. The minimum Node.js
version supported to install Cypress is Node.js 20 and 22+.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
[See Node's release schedule](https://github.com/nodejs/Release). Node.js
version 18 and 23 will no longer be supported when installing Cypress. The minimum Node.js
version supported to install Cypress is Node.js 20 and 22+.
[See Node's release schedule](https://github.com/nodejs/Release). Node.js
version 18 and 23 are no longer supported when installing Cypress. The supported Node.js
versions to install Cypress are now Node.js 20 and 22+.

You can't really have two minimums.
Node.js v24.0.0 was supposed be released today, however they are having compatibility issues with a newer V8 engine and the release is delayed. I'll drop a note if there is any new planning date available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants