Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Justas Vaitkus authored and Justas Vaitkus committed Jul 11, 2024
1 parent ff9a5ec commit 172037b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.e2e.1786.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 172037b

Please sign in to comment.