Nanciee / cypress-autorecord

Simplify API mocking by auto-recording/stubbing HTTP interactions and automating the process of updating/deleting mocks.
223 stars 53 forks source link

Cypress 6 support? #36

Closed PascalvdHoek closed 3 years ago

PascalvdHoek commented 3 years ago

Are there any plans soon to support cypress 6?

Nanciee commented 3 years ago

@PascalvdHoek Are there any particular issues you are seeing with Cypress v6?

PascalvdHoek commented 3 years ago

The issue is that the cy.route and cy.server are deprecated in cypress 6 and are replaced with cy.intercept

Nanciee commented 3 years ago

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!