-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Is there a Cypress version that supports Chrome 66 browser? #5887
Comments
|
@MikeMcC399 Thanks a lot for your reply! Chrome 66 was indeed released a long time ago, but our automated testing has this scenario to test lower version browsers Based on your description, I will try Chrome 67 again later. I hope that the minimum compatible version of the browser can be clearly stated in the documentation in the future. |
It will be difficult to get support for your testing because Node.js
|
There was some confusion about older Browser support which is now clarified in the documentation. The statement is that you can test against Chrome 64 and later with the latest version of Cypress 13.x. To use Since issues in this repository are only about documentation, this issue should be closed now. In any case the problem with |
ok, thank you! |
@MikeMcC399 The issue with the error is due to our use of experimental features( |
Description
I want to do automated testing on Chrome 66 based pages, but I encountered an error during actual execution.The version of Cypress I am using is 10.11.0.Can I change a version of Cypress to solve this problem?
URL of Issue(s)
https://docs.cypress.io/guides/guides/launching-browsers#Chrome-Browsers
Steps to replicate
No response
Env
Linux_x64_Chrome 66
Additional Information
No response
The document states that it is supported.
The text was updated successfully, but these errors were encountered: