Use ssim fast algorithm

This commit is contained in:
Sidharth Vinod
2022-12-08 13:07:23 +05:30
parent aa949b4ff6
commit b14b23a6af

View File

@@ -32,5 +32,7 @@ addMatchImageSnapshotCommand({
comparisonMethod: 'ssim',
failureThreshold: 0.02,
failureThresholdType: 'percent',
blur: 2,
customDiffConfig: {
ssim: 'fast',
},
});