Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 476 Bytes

File metadata and controls

14 lines (8 loc) · 476 Bytes

E2E API Testing

This is an example of using Cypress to test REST APIs.

Blog Post

We wrote a companion blog post that provides more details and explanation of this recipe.

Please read that if you'd like to understand more about writing E2E API tests in Cypress.

  • Use cy.request() to perform API Testing
  • Use the Cypress GUI to help debug requests

API testing using Cypress