Trying to find a good strategy for selectively regenerating snapshots #856
mwilson-mlb
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking for some sort of strategy for regenerating snapshots that's a little more selective than just redoing all of them or manually deleting failures. The usecase is that we have fuzzy matching on due to different developers on different machines rendering UI ever so slightly (x86 vs Arm for instance). I did not see anything in the library but I would love some way to do a run on local devices where a check is performed and fails the snapshot updates but the builders validate on a pass/fail basis. Was wondering if there's something I'm missing to say do a boolean check and rewrite without running in an assertion context. Maybe there's some other approach to this I'm not aware of?
Beta Was this translation helpful? Give feedback.
All reactions