Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 4.47 KB

README.md

File metadata and controls

57 lines (38 loc) · 4.47 KB

Awesome Snapshot Testing Awesome

Curated list of awesome mobile-friendly snapshot testing resources.

Snapshot testing is a form of software testing which verifies the output of your current application against a reference snapshot taken previously. This allows you to detect changes to your application, some of which may be unintentional. Visual regression testing (VRT) is a form of snapshot testing where the snapshot is an image of your app's interface.

See Awesome Visual Regression Testing for some web-specific resources.

Contents

iOS

Android

Cloud tools

There are very few cloud based snapshot testing tools which natively support iOS and Android applications. All of the options below have a workaround which allows you to upload visual snapshots taken by other tools listed above, and still get the benefits of their platform.

Blog posts

Slideshows, talks and videos