Increase threshold

This commit is contained in:
Sidharth Vinod
2022-12-07 17:22:57 +05:30
parent a86f831b3e
commit a0d3b8c1fe

View File

@@ -30,7 +30,6 @@ import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command';
addMatchImageSnapshotCommand({
comparisonMethod: 'ssim',
failureThreshold: 0.01,
failureThreshold: 0.02,
failureThresholdType: 'percent',
customDiffConfig: { threshold: 0.02 },
});