From 1b695214c78eb04a63cc2853427f54d38efe896f Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 18 Dec 2023 15:53:03 +0200 Subject: [PATCH] Update cypress.config.js --- cypress.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress.config.js b/cypress.config.js index be4655e4b..04ce56abb 100755 --- a/cypress.config.js +++ b/cypress.config.js @@ -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,