@suchipi/cypress-plugin-snapshots
v1.4.5
Published
Cypress snapshot functionality for data
Downloads
2
Maintainers
Readme
@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 thecypress
dir. - You have to
npm start
in one terminal andnpm test
in another.