cyborg
cyborg copied to clipboard
Add Snapshot tests
There's a couple of options for this:
- Generate snapshots using android studio, compare against them with low tolerance.
- Generate with Cyborg
- "Snapshot" path output instead of images themselves. Has the advantage of being immune to minor changes in the iOS rasterization algorithms, disadvantage is we might miss major changes, and they aren't self documenting. Our representation would be smaller than images though, which is good for repo binary size.