DEV Community

Discussion on: UI Testing Best Practices 📜

Collapse
 
akirautio profile image
Aki Rautio

This is a very useful list of easily applicable but effective things that can keep the application working properly. :)

Snapshot testing is a great way to keep track of unexpected changes to a component. But it should not be confused with an actual test.

I'm very happy to see that some people get the idea of snapshot testing right because there is a lot of confusion about it.