diff --git a/cypress.config.js b/cypress.config.js index 88be5ec7..f09fa5a6 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -11,7 +11,6 @@ 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, @@ -25,7 +24,7 @@ module.exports = defineConfig({ viewportWidth: 1920, e2e: { // baseUrl: 'https://jusvai.eu.ngrok.io', - // CYPRESS_RECORD_KEY: 'f2a6bd99-2483-4909-ab73-f3428ddb70ce', + CYPRESS_RECORD_KEY: 'f2a6bd99-2483-4909-ab73-f3428ddb70ce', // We've imported your old cypress plugins here. // You may want to clean this up later by importing these. // setupNodeEvents(on, config) { diff --git a/docker-compose.e2e.1786.yml b/docker-compose.e2e.1786.yml index 5a79b04f..b6de50bd 100755 --- a/docker-compose.e2e.1786.yml +++ b/docker-compose.e2e.1786.yml @@ -8,7 +8,6 @@ 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=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