HuddleEng / PhantomCSS

Visual/CSS regression testing with PhantomJS
MIT License
4.72k stars 259 forks source link

Allow lower tolerance threshold #193

Closed matt-in-a-hat closed 7 years ago

matt-in-a-hat commented 7 years ago

Allows thresholds lower than 0.01 Allows threshold to be 0

My use-case is for comparing a very long page, 0.01% difference is actually quite significant. I also require passing largeImageThreshold to Resemble.js This fix allows me to see even the smallest differences on a large page.