This repository was archived by the owner on May 11, 2026. It is now read-only.
v3.25.0
This release adds a new configuration option that can be used to compare reports using a threshold value. This is useful if you have spurious diffs that are hard to get rid of, where only subtle differences occur.
// .happo.js
module.exports = {
compareThreshold: 0.05,
}