Cypress v6: Network control using cy.intercept introduction
HTML-код
- Опубликовано: 8 фев 2025
- In this video, I will give a glimpse of cy.intercept command (see on.cypress.io/...) which is a much more powerful replacement for the deprecated cy.route command. Find the source code at github.com/bah...
Please change your editor background, in white it is very difficult to see code.
@gleb Is there a a to wait for an api that may or may not happen
Yes. I have lesson on this topic in my cypress network exercises course at cypress.tips
Very good video! One question: Intercept can send a fake POST ? and not sending a request to a BD?
Not sure I follow your question, can you explain a little bit?