Skip to content

del-systems/swatcher

Repository files navigation

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