Skip to content

Latest commit

 

History

History

blogs__e2e-snapshots

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

End-to-end snapshots

Adding snapshot support to Cypress via 3rd party module @cypress/snapshot and testing TodoMVC application.

Blog Post

End-to-End Snapshot Testing

Lessons

Development

  • Run application and open Cypress in GUI mode with npm run dev
  • Run application and headless tests with npm run test:ci