suchipi / cypress-plugin-snapshots

Plugin for snapshot tests in Cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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.

About

Plugin for snapshot tests in Cypress.io

License:MIT License


Languages

Language:JavaScript 84.5%Language:CSS 8.3%Language:HTML 7.2%