raise threshold for image snapshots using storyshots

This commit is contained in:
Thomas Bertet 2018-03-01 10:28:24 +01:00
parent 5e1e9b9357
commit 3464004f23

View File

@ -23,6 +23,10 @@ if (!fs.existsSync(pathToStorybookStatic)) {
configPath: path.join(__dirname, '..'),
test: imageSnapshot({
storybookUrl: `file://${pathToStorybookStatic}`,
getMatchOptions: () => ({
failureThreshold: 0.01, // 1% threshold,
failureThresholdType: 'percent',
}),
beforeScreenshot: (page, { context }) => {
// Screenshots for this story have to be tweaked.
if (context.kind === 'ui/Layout') {