josieoharrow / QAPics

A python-driven visual testing tool designed for QA teams
MIT License
4 stars 0 forks source link

Add Tolerance Support #20

Open josieoharrow opened 5 years ago

josieoharrow commented 5 years ago

Add support to pass/not pass based off of thresholds, or tolerance. The basic implementation of this entails returning failure when total diffs is greater than a certain tolerance specified programmatically or by the user.

We want tolerance to be a quantity passed into the algorithm, but have a default parameter set so that it is not a required parameter.