Open clarmso opened 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.
cy.intercept()
cy.server()
cy.route()
As of Cypress 6,
cy.intercept()
supports the Fetch API. The now deprecated commands, namelycy.server()
andcy.route()
, only support XMLHttpRequests. These deprecated commands may be removed in future Cypress releases.