https://github.com/orta/snapshots-app
A Mac App for viewing view-based Snapshot tests
https://github.com/orta/snapshots-app
Last synced: about 1 year ago
JSON representation
A Mac App for viewing view-based Snapshot tests
- Host: GitHub
- URL: https://github.com/orta/snapshots-app
- Owner: orta
- License: mit
- Created: 2015-04-29T18:35:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T20:48:27.000Z (about 9 years ago)
- Last Synced: 2025-03-30T19:41:31.430Z (about 1 year ago)
- Language: Objective-C
- Size: 540 KB
- Stars: 30
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snapshots App for Xcode
Ignore this, see https://github.com/Antondomashnev/FBSnapshotsViewer
---
### An App to show the state of FBSnapshot Tests.
I think Facebook have [view testing](https://github.com/facebook/ios-snapshot-test-case) right. So I build
an Xcode plugin, then I decided maybe the plugin isn't the right approach, so I started an app.
#### Main Features
* Showing new images as they're created
* Showing the differences between failed snapshot tests
* Open specific diffs in Kaleidoscope
* Turns red if you've created a view with a zero frame
#### Installation
Will provide a zip.
#### Contributing
It's all UI work, I'm taking a lot of the log parsing from the Xcode plugin.