miragejs / site

Source for Mirage's website
https://miragejs.com
MIT License
35 stars 36 forks source link

Remove phrase on Cypress fetch support #1211

Open clarmso opened 2 years ago

clarmso commented 2 years ago

As of Cypress 6, cy.intercept() supports the Fetch API. The now deprecated commands, namely cy.server() and cy.route(), only support XMLHttpRequests. These deprecated commands may be removed in future Cypress releases.