Advanced tests results details provide you the ability to review numerous details, including the amount of matches compared in different match levels, number of missing steps and more. In order to review those details, you simply need to add 'false' to your eyes.close command, thus overriding the default behavior on failure - to throw exception or raise error once the test ended. To override this behavior use one of the overrides which takes boolean:
Test results details contain attributes about the test and the failure such as:
URL - The URL to the results of the test at Applitools dashboard.
Steps - Total steps count
Matches - Total matches count
Mismatches - Total mismatches count
Missing - How many missing steps found
isNew - Boolean value indicates whether the test classified as a new test.
... TestResults testResults = eyes.close(false); } finally { eyes.abortIfNotClosed(); }
Test results details contain attributes about the test and the failure such as:
URL - The URL to the results of the test at Applitools dashboard.
Steps - Total steps count
Matches - Total matches count
Mismatches - Total mismatches count
Missing - How many missing steps found
isNew - Boolean value indicates whether the test classified as a new test.