Skip to content

Files

Latest commit

 

History

History

cypress

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Cypress

We use Cypress for end-to-end (e2e) and integration testing.

It's awesome.

We don't want to spend time re-listing documentation, but if you'd like to learn how to write solid e2e tests with Cypress, we recommend using the following resources:

  1. Brian Mann speaks about Cypress at Assert.js Conference. See a demo of Cypress, plus watch the creator of the library walk through implementing sturdy e2e testing of a complex web application.

  2. Best Practices with Cypress. The entire Cypress documentation is well-written and thorough, but this particular section is very important.

  3. Cypress Example Recipes. Learn from a bunch of examples!