https://cypress.io logo
Upgrading Cypress 9 to 12
# i-need-help
r
Hello I am having issues upgrading my cypress project from version 9 to 12 after using npm install latest to get 12 version. When I run cypress to open the test runner it starts trying to migrate my files but never completes the process. Is this a known issue with a work around or fix? Is there a way to completely remove cypress 9 from my project and have it recreate all of the new files for cypress 12? Thank you all for your time...
p
Can u try instead of latest do some previous versions like 12.4
a
I recommend migrating to v10, followed by 11, then 12 as each version has several breaking changes. You can see more in our Migration Guide here: https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-100
4 Views