garris / BackstopJS

Catch CSS curve balls.
http://backstopjs.org
MIT License
6.66k stars 602 forks source link

Comparison with document flow detection #1474

Open fuhlig opened 1 year ago

fuhlig commented 1 year ago

Just saw that you (@garris) created a repo some time ago with document flow detection, resulting in a more reliable diffing than pixelmatch as any "vertical changes" are not automatically detected as visual differences.

Any plans to continue this and potentially integrate in Backstop? :)

https://github.com/garris/diverged

garris commented 1 year ago

Hi @fuhlig! I did do an experimental implementation. I think it is still working. Instructions are here if you want to play with it. Cheers!

https://github.com/garris/BackstopJS/issues/974