DEV Community

Discussion on: Don't snapshot your UI components, make assertions!

Collapse
 
roesslerj profile image
roesslerj

I also disagree with both the examples and the conclusion.

There are other snapshot testing tools, that do a way better job at remedying the underlying problems of snapshot testing (noise and redundancy). Have a look at recheck-web (e.g. opensource.com/article/19/10/test-...). It's currently only implemented in Java, but a JS implementation if coming... any thoughts?