mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 16:29:40 +02:00
reduce failure threshold
This commit is contained in:
@@ -30,7 +30,7 @@ import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command';
|
|||||||
|
|
||||||
addMatchImageSnapshotCommand({
|
addMatchImageSnapshotCommand({
|
||||||
comparisonMethod: 'ssim',
|
comparisonMethod: 'ssim',
|
||||||
failureThreshold: 0.02,
|
failureThreshold: 0.01,
|
||||||
failureThresholdType: 'percent',
|
failureThresholdType: 'percent',
|
||||||
customDiffConfig: {
|
customDiffConfig: {
|
||||||
ssim: 'fast',
|
ssim: 'fast',
|
||||||
|
Reference in New Issue
Block a user