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, });