Closed PascalvdHoek closed 3 years ago
@PascalvdHoek Are there any particular issues you are seeing with Cypress v6?
The issue is that the cy.route and cy.server are deprecated in cypress 6 and are replaced with cy.intercept
Yes, it looks like they will be removed in the next major release. Until then, they should continue to work as normal. I'll be working on an update in anticipation for the next release. Closing this since there doesn't appear to be any breaking changes that will cause issues in Cypress 6. If you are seeing specific issues, please open another issue with the error message you are seeing!
Are there any plans soon to support cypress 6?