raise threshold to avoid false positives on image diff

This commit is contained in:
Thomas Bertet 2018-03-02 18:01:49 +01:00
parent 3464004f23
commit ce0ae13343

View File

@ -24,7 +24,7 @@ if (!fs.existsSync(pathToStorybookStatic)) {
test: imageSnapshot({
storybookUrl: `file://${pathToStorybookStatic}`,
getMatchOptions: () => ({
failureThreshold: 0.01, // 1% threshold,
failureThreshold: 0.06, // 6% threshold,
failureThresholdType: 'percent',
}),
beforeScreenshot: (page, { context }) => {