mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-18 15:56:43 +02:00
try pixelmatch
This commit is contained in:
@@ -26,12 +26,4 @@
|
|||||||
|
|
||||||
import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command';
|
import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command';
|
||||||
|
|
||||||
addMatchImageSnapshotCommand({
|
addMatchImageSnapshotCommand();
|
||||||
comparisonMethod: 'ssim',
|
|
||||||
failureThreshold: 0.01,
|
|
||||||
failureThresholdType: 'percent',
|
|
||||||
customDiffConfig: {
|
|
||||||
ssim: 'fast',
|
|
||||||
},
|
|
||||||
blur: 1,
|
|
||||||
});
|
|
||||||
|
Reference in New Issue
Block a user