-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error with cypress e2e test after dependency update #78
Comments
Could you add information about the versions of other dependencies you are using:
etc. If the release of |
Here is the information.
|
Thanks for the version information! It seems you are using Angular 14, for example According to https://angular.dev/reference/releases#actively-supported-versions
I'm looking to see if the issue is reproducible using supported versions of Angular. |
Thanks for looking into it. |
Good idea! (Unrelated, but I also notice that you're using an unsupported version ESLint v7, where currently ESLint v9 is the minimum.)
Also good!
I can't speak for the Cypress.io team who own the package, as I'm external. I guess it will depend if there are significant compatibility issues reported by other users with supported dependencies. The update resolved a deprecation issue, so it was a necessary step forward. Anyway it is good that you reported your issue! |
Thanks for the support.
I will be looking into that. Thanks for the notice.
Okay, I will be monoriting to see if there are any changes to the version. Thanks again for the quick response. |
Could you please say which version of Node.js you are using? Note that Cypress is aligned with Node.js releases and needs a minimum Node.js 18.x According to https://angular.dev/reference/versions#unsupported-angular-versions Angular 14 needs Node.js 14 or 16 and these are no longer supported by Cypress. |
I'm using node 16.18.1.
I see, that's okay. Until I make the upgrade to a newer version of Angular, I can use the fixed version of @cypress/resources. |
I encountered an error when running e2e test unit after an update of a dependency.
I was using @cypress ^13.0.0; that was using @cypress/request 3.0.5 as a dependency.
Two days ago, I started having problems. I found that the dependency @cypress/request changed to 3.0.6.
And by forcing the use of @cypress/request 3.0.5, the error was fixed.
I noticed that the dependency tough-cookie changed from 4.1.3 to 5.0.0.
The error was the following:
My WebPack config is:
The text was updated successfully, but these errors were encountered: