A domain-specific file system to store "materials" (screenshots, HTML, JSON, XML) collected during End-to-End testings using Selenium WebDriver etc. Features to make "diff" and compiling HTML reports are also included. This is written in pure Java8
Apache License 2.0
0
stars
0
forks
source link
The diff image should paint the different pixels with Color.GRAY rather than Color.RED #461
See https://github.com/kazurayam/katalon-studio-compare-2-HTML-elements-as-image
The README shows the sample of 2 images
and the diff image
The diff image paints the different pixels with Color.GRAY. That is good.
Currently the ImageDiffer produces a diff image which paints the diff part with Color.RED, as this
Should chage the color.