site
site copied to clipboard
Remove phrase on Cypress fetch support
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.