Snapshot Testing

Section • 1 episode • 29 min

Our snapshot testing library is one of the most popular ways of adding screenshot testing to a code base, but the capabilities of the library go far beyond screenshots: you can snapshot any kind of data type into any format. We take a tour of this library by adding a snapshot test suite to a project.