We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc8628 commit bcf2bb5Copy full SHA for bcf2bb5
testing/setup-safetest.js
@@ -6,9 +6,8 @@ setup({
6
// https://github.com/kolodny/safetest/issues/18
7
matchImageSnapshotOptions: {
8
// CI is installing a different version of chromium and ffmpeg than the one we use locally
9
- failureThreshold: 0.05,
+ failureThreshold: '0.05',
10
failureThresholdType: 'percent',
11
- customDiffConfig: { threshold: 0.05 },
12
capture: 'viewport',
13
},
14
ciOptions: {
0 commit comments