Xcode plugin to compare images #680
andriyslyusar
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
We've built this: https://github.com/screenshotbot/screenshotbot-oss Essentially, we move the screenshot comparisons to an external service. It isn't expected to work with the record/verify flow, but instead it just records in CI and notifies you on code review. There's also a similar open source project by Workday: https://github.com/workday/vizzy |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am quite new to the project and idea of snapshot testing, but while looking around I come across https://github.com/orta/snapshots and https://github.com/Antondomashnev/FBSnapshotsViewer projects to compare snapshot images in Xcode using plugin or using separate open source application. Both of the projects are not maintained anymore, but the ideas of viewing screenshot in the Xcode is very interesting.
Do we know any other similar projects currently maintained? Would it be nice to build out-of-box integration with this framework?
Beta Was this translation helpful? Give feedback.
All reactions