Add tolerance

main
Isaiah Odhner 2019-11-04 22:39:13 -05:00
parent d3e38c2556
commit fb5496d2a4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command';
addMatchImageSnapshotCommand({
failureThreshold: 0.00,
failureThreshold: 2.00,
failureThresholdType: 'percent',
customDiffConfig: { threshold: 0.0 },
capture: 'viewport',