From a3d8f1f8e4a5c09943ed5ff422561e37858590b1 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 8 Dec 2022 14:05:37 +0530 Subject: [PATCH] Remove ssim:fast --- cSpell.json | 1 + cypress/support/commands.js | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cSpell.json b/cSpell.json index f6cb1f81b..69985344b 100644 --- a/cSpell.json +++ b/cSpell.json @@ -74,6 +74,7 @@ "shiki", "sidharth", "sphinxcontrib", + "ssim", "statediagram", "stylis", "substate", diff --git a/cypress/support/commands.js b/cypress/support/commands.js index a9a1c631a..125dc4a9e 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -32,7 +32,8 @@ addMatchImageSnapshotCommand({ comparisonMethod: 'ssim', failureThreshold: 0.02, failureThresholdType: 'percent', - customDiffConfig: { - ssim: 'fast', - }, + // customDiffConfig: { + // ssim: 'fast', + // }, + blur: 1, });