You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: alwaysSaveActualImage: false does not respect comparison threshold larger than 0
Fixes#1111
When `alwaysSaveActualImage` is `false`, the actual image is no longer written to disk if the mismatch is below the configured tolerance, avoiding extra actuals when the comparison still passes.
## #1111 Respect saveAboveTolerance when deciding to save actual images when alwaysSaveActualImage is false.
7
+
8
+
When `alwaysSaveActualImage` is `false`, the actual image is no longer written to disk if the mismatch is below the configured tolerance, avoiding extra actuals when the comparison still passes.
9
+
10
+
# Committers: 1
11
+
12
+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
0 commit comments