Cypress v10 and Jenkins - how do I upgrade on a command line only remote server? #22120
Replies: 2 comments
-
It would be really nice to have a guidance on what to do now because our pipelines are failing. |
Beta Was this translation helpful? Give feedback.
-
Would be really good to get an answer to this question, 10 has been out for a while now and I can't seem to find any guides or documentation on how to do this. When Cypress 10 was released it broke my CI and it took me a while to get it working again, I don't want to take the chance of damaging my CI again without some steps to follow |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Following the recent update to v10 of Cypress, tests running on Jenkins are failing with the following error:
Your configFile is invalid:
It threw an error when required, check the stack trace below:
Error: Cannot find module 'cypress'
Locally Cypress is working fine and I was able to upgrade, but Jenkins is running remotely on a server with no GUI so I am not sure how to upgrade it. Jenkins fetches the tests to run from a Bitbucket repository, I am assuming I need to remove/replace certain files there in order for the tests to run successfully but I am not sure where to start. I'd appreciate some guidance if possible?
Thanks
Ed
Beta Was this translation helpful? Give feedback.
All reactions