try pixelmatch

This commit is contained in:
Sidharth Vinod
2024-01-19 13:05:23 +05:30
parent 2de72f6629
commit 8a8893beaa

View File

@@ -26,12 +26,4 @@
import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command';
addMatchImageSnapshotCommand({
comparisonMethod: 'ssim',
failureThreshold: 0.01,
failureThresholdType: 'percent',
customDiffConfig: {
ssim: 'fast',
},
blur: 1,
});
addMatchImageSnapshotCommand();