Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 962 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 962 Bytes

Swatcher - track UI changes like a git history

codecov .github/workflows/ci.yml

Forget answering questions when the particular screen was changed and why

What is it

This project aimed to collect screenshots from UI tests and store them to S3 compatible storage. Screenshots are referenced by their name and every new one will be compared with old ones. It will be displayed in HTML report if there any differences. This is not screenshot or snapshot testing, this is history of the each screen's snapshot.

Maintenance