Replies: 1 comment
-
The preprocessor doesn't depend on a particular version of angular, windows or npm, only node. I don't maintain a compatibility matrix with supported node versions, so my best advice is to just try. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use following versions and am not ready to upgrade Angular at this time:
I use cypress-cucumber-preprocessor 4.3.1 but I find that every call to cy.visit(url) like in
, is extremely slow so I am trying to figure out why is this happening.
Based on this page, cypress-cucumber-preprocessor 4.3.1 should no longer be used.
My question is how do I find which version of cypress-cucumber-preprocessor can I use with above versions?
Beta Was this translation helpful? Give feedback.
All reactions