We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6874636 commit a1ce464Copy full SHA for a1ce464
testing/setup-safetest.js
@@ -6,7 +6,7 @@ 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: 5,
10
failureThresholdType: 'percent',
11
},
12
ciOptions: {
0 commit comments