Skip to content

Files

Latest commit

cc13866 · Jun 6, 2022

History

History

blogs__e2e-api-testing

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