facebookarchive / ios-snapshot-test-case

Snapshot view unit tests for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate gallery of snapshots

dagio opened this issue · comments

It would be nice to generate a list of snapshots such as Fastlane (https://github.com/fastlane/fastlane/tree/master/snapshot). Is there anything available already ?

There's an interesting Xcode plugin by @orta which I love:
https://github.com/orta/Snapshots-Peek

wow, that's a great plugin I didn't know about!

Tooling people, tooling! ;)

We also have a gem to generate a webpage site of snapshot failures on S3 - https://github.com/ashfurrow/second_curtain

We mix it with Danger to show the errors in GitHub: https://github.com/artsy/eigen/blob/master/Dangerfile#L64-L68