diff --git a/cypress.config.js b/cypress.config.js index e378a677..88be5ec7 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -11,6 +11,7 @@ module.exports = defineConfig({ pluginVisualRegressionImagesPath: 'cypress/screenshots', pluginVisualRegressionScreenshotConfig: { scale: true, capture: 'fullPage' }, pluginVisualRegressionCreateMissingImages: true, // baseline images updating + CYPRESS_RECORD_KEY: 'f2a6bd99-2483-4909-ab73-f3428ddb70ce', }, chromeWebSecurity: false, experimentalMemoryManagement: true, diff --git a/docker-compose.e2e.1786.yml b/docker-compose.e2e.1786.yml index 542972f4..5a79b04f 100755 --- a/docker-compose.e2e.1786.yml +++ b/docker-compose.e2e.1786.yml @@ -8,7 +8,7 @@ services: # pass base url to test pointing at the web application - CYPRESS_baseUrl=https://jusvai.eu.ngrok.io - CYPRESS_EVERY_NTH_FRAME=1 - - CYPRESS_RECORD_KEY=as4t54 + - CYPRESS_RECORD_KEY=f2a6bd99-2483-4909-ab73-f3428ddb70ce entrypoint: cypress run --spec "**/cypress/e2e/**" command: /bin/sh -c "--config npx browserslist@latest --update-db" # share the current folder as volume to avoid copying