Instructure
HackWeek
- Alek Astrom / CocoaHeads Stockholm
- PointFree / A Tour of Snapshot Testing
- Swift snapshot testing library
- When a testCase got renamed or snapshot assertions reordered, it has to be managed by hand via deletion or rename on the disk
- ViewController tests it has to be every time the same target device (but you could use trait / device overriding by the lib)
- Problems with non-PNG images to Data and diff on them. CI vs dev-machine differences