From 638607da002792dada192b2cafed587eeec1b697 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 8 Dec 2022 15:36:07 +0530 Subject: [PATCH] reduce failure threshold --- cypress/support/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 2584bea97..c8478aa65 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -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',