-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Update browser support of Cypress to last 3 major versions #29977
Comments
|
We decided that moving forward, after Cypress 14, we will only officially support the last 3 major versions, from stable for all browsers (excluding Webkit which has a static version). So if the stable release of Chrome is at 129, we would officially support Chrome 127, 128, and 129. We will update the docs to reflect this. Additionally, we will remove the warning on browsers that are under the 'minimum' within the product, as this will be a moving target and does not gaurantee that Cypress WILL NOT work in earlier versions. It may work in earlier versions and we'll do our best to not use newer APIs that could break people using Cypress, but we will not triage or prioritize issues running browsers beyond 3 major versions after Cypress 14. |
|
What would you like?
Why is this needed?
According to feedback in cypress-io/cypress-documentation#5104 (comment) from @mike-plummer Chrome 80 is needed for
cypress open
whereas Chrome 64 is sufficient forcypress run
.127.x
Cypress 13 enforces a minimum of Chrome 64:
cypress/packages/launcher/lib/known-browsers.ts
Lines 3 to 4 in ef7db3d
For consistent and simplified clarity of supported Chrome version, Chrome 80 should be made the minimum testable browser version.
Other
Follows on from
The text was updated successfully, but these errors were encountered: