Skip to content

Commit

Permalink
Update cypress.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Dec 18, 2023
1 parent 9f3108b commit 1b69521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module.exports = defineConfig({
pluginVisualRegressionMaxDiffThreshold: 0.01,
pluginVisualRegressionUpdateImages: true, // for updating or not updating the diff image automatically
pluginVisualRegressionImagesPath: 'cypress/screenshots',
pluginVisualRegressionScreenshotConfig: { scale: false, capture: 'fullPage' },
pluginVisualRegressionCreateMissingImages: true,
pluginVisualRegressionScreenshotConfig: { scale: true, capture: 'fullPage' },
pluginVisualRegressionCreateMissingImages: true, // baseline images updating
},
chromeWebSecurity: false,
experimentalMemoryManagement: true,
Expand Down

0 comments on commit 1b69521

Please sign in to comment.