09 / 10

List all Network Requests commands

These commands handle network requests and responses:​
  1. 1

    cy.request(options): Makes an HTTP request.​

  2. 2

    cy.intercept(routeMatcher, handler): Intercepts HTTP requests and provides a stubbed response.​

  3. 3

    cy.wait(alias): Waits for a specific request to complete.