Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 923 Bytes

File metadata and controls

19 lines (12 loc) · 923 Bytes

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