cyborg icon indicating copy to clipboard operation
cyborg copied to clipboard

Add Snapshot tests

Open benpious opened this issue 7 years ago • 0 comments

There's a couple of options for this:

  1. Generate snapshots using android studio, compare against them with low tolerance.
  2. Generate with Cyborg
  3. "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.

benpious avatar Aug 30 '18 01:08 benpious