americanexpress / jest-image-snapshot

✨ Jest matcher for image comparisons. Most commonly used for visual regression testing.
Apache License 2.0
3.83k stars 198 forks source link

snapshot fails ignoring diff failureThreshold #346

Open factiondavid opened 8 months ago

factiondavid commented 8 months ago

This is CI env. Any pointers on what's going on here on how to fix it?

failureThreshold: 4, failureThresholdType: 'pixel',

image
shubhamAW commented 6 months ago

write like failureThreshouldType: 'pixel', failureThreshold: 4

might be works 🔢