We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, it would be nice to have the ability to provide a custom assert error message on the visualDiff functions, so that it looks better in the reports.
Current assert error message: MissMatch Percentage 1.86 + expected - actual -false +true
MissMatch Percentage 1.86 + expected - actual -false +true
Desired assert error message example: Images A and B do not match. (MissMatch Percentage 1.86) + expected - actual -false +true
Images A and B do not match. (MissMatch Percentage 1.86) + expected - actual -false +true
The text was updated successfully, but these errors were encountered:
Sure, go ahead and help with the Patch if you can :) otherwise I look into it in some days, thanks a lot
Sorry, something went wrong.
No branches or pull requests
Hi, it would be nice to have the ability to provide a custom assert error message on the visualDiff functions, so that it looks better in the reports.
Current assert error message:
MissMatch Percentage 1.86 + expected - actual -false +true
Desired assert error message example:
Images A and B do not match. (MissMatch Percentage 1.86) + expected - actual -false +true
The text was updated successfully, but these errors were encountered: