Skip to content

Latest commit

 

History

History

blogs__e2e-api-testing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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