Add ssim:fast

This commit is contained in:
Sidharth Vinod
2022-12-08 14:18:24 +05:30
parent 2a7dc427ae
commit 6694bca803

View File

@@ -32,8 +32,8 @@ addMatchImageSnapshotCommand({
comparisonMethod: 'ssim',
failureThreshold: 0.02,
failureThresholdType: 'percent',
// customDiffConfig: {
// ssim: 'fast',
// },
customDiffConfig: {
ssim: 'fast',
},
blur: 1,
});