Is it possible to use Jest's snapshot tools with Cypress? #14611
Unanswered
jordyvandomselaar
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There's a few features that Jest has that would be really beneficial if Cypress could do this as well. I'm talking about
--updateSnapshots
and about Jest saving snapshots in multiple files.We're using cypress/snapshot which hints at https://github.com/meinaart/cypress-plugin-snapshots
The problem with that plugin is however this caveat:
We run all tests in a CI system and we also record tests sometimes so we can't have that breaking because of said caveat.
Beta Was this translation helpful? Give feedback.
All reactions