Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Snapshot tests #18

Open
benpious opened this issue Aug 30, 2018 · 0 comments
Open

Add Snapshot tests #18

benpious opened this issue Aug 30, 2018 · 0 comments

Comments

@benpious
Copy link
Collaborator

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant