Gerrit Seger

Results 2 comments of Gerrit Seger

This would be an extremely helpful feature that we already make use of in jest. I'm not sure how to integrate this in terms of the cypress UI though.

I agree that this renaming would theoretically make sense because it follows jest. But I also think that it wouldn't fit the cypress context. **Jest** ```javascript expect(shallow()).toMatchSnapshot() ``` **Cypress** ```javascript...