1.4.5 • Published 11 months ago

@suchipi/cypress-plugin-snapshots v1.4.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@suchipi/cypress-plugin-snapshots

Plugin for snapshot tests in Cypress.io.

Fork of https://github.com/meinaart/cypress-plugin-snapshots with the following changes:

  • Its latest commits published to npm (notably, a change to the peerDependencies that makes it more broadly-compatible with Cypress versions).
  • The TypeScript types are changed to be compatible across Cypress versions.

Development Notes

  • You have to npm install in both the root dir and the cypress dir.
  • You have to npm start in one terminal and npm test in another.