reduce failure threshold

This commit is contained in:
Sidharth Vinod
2022-12-08 15:36:07 +05:30
parent f3e1479c77
commit 638607da00

View File

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