phongnd39 / cypress-jest-adapter

Add jest assertion style to Cypress expect command
MIT License
92 stars 5 forks source link

support snapshot #3

Open lielran opened 5 years ago

lielran commented 5 years ago

snapshot is one of the strong features of jest which make unique. what is the effort to support it? any plans for adding that?

phongnd39 commented 5 years ago

Hi @lielran, For cypress there is a plugin providing snapshot test (in here https://github.com/meinaart/cypress-plugin-snapshots), so im considering whether adding this feature into this package. However I will try looking at this this weekend and give you update soon. Thanks.