How to download images with difference highlighted in Applitools?

102 Views Asked by At

I am trying to download diff image of base and checkpoint url created by applitools.

I found test result handler which does this. Here is the link:

https://help.applitools.com/hc/en-us/articles/360007188111-TestResultsHandler-a-way-to-download-diffs-baseline-and-current-images

While running repo I am getting errors.

How to make it work? Anyone has example that works?

I am using java selenium.

1

There are 1 best solutions below

0
On BEST ANSWER

I work on the Applitools technical support team. I understand that you're running into an issue with downloading the diff images when using the TestResultsHandler class in Java.

It is tough to say exactly what the issue is that you're experiencing without seeing the error messages as well as your code. In any case, here is an example of the TestResultsHandler usage.

Alternatively, you can also use the Eyes Utilities JAR which also provides the capability of downloading the differences.

Lastly, if you're still running into issues, please feel free to reach out to us directly by opening a ticket via this web form.