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...

Комментарии • 5

  • @syedishan6941
    @syedishan6941 3 года назад +5

    Please change your editor background, in white it is very difficult to see code.

  • @sbjeetham
    @sbjeetham 11 месяцев назад

    @gleb Is there a a to wait for an api that may or may not happen

    • @gleb
      @gleb  11 месяцев назад

      Yes. I have lesson on this topic in my cypress network exercises course at cypress.tips

  • @mateusvitorino
    @mateusvitorino 3 года назад

    Very good video! One question: Intercept can send a fake POST ? and not sending a request to a BD?

    • @gleb
      @gleb  3 года назад

      Not sure I follow your question, can you explain a little bit?