Hi, I have downloaded galen-master project from git. In Rainbow4JTest.java which is test class, i commented all method expect shouldCompare_images method and imageCompareProvider method.
1. I gave two images required to compare, for e.g.: image1 and image2
When I execute Rainbow4JTest.java it fails showing error as "Expected: is a value greater than <0.85> but: <0.0> was less than <0.85>", i didn't understand why it fails.
when I debugged, it was showing percentage as 0 in ImageCompareResult.
I tried with other images also but everytime it fails.
could you please help in this.
Requirement : I want to compare two images and say whether it passed or failed. Here we can take image1 as base data and compare image2 with image 1 and show whether it is same(passed or failed)
Then want to show the differences if any(mostly like highlighting particular region in image which has a change)