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 172037b commit ec396ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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) {
Expand Down
1 change: 0 additions & 1 deletion docker-compose.e2e.1786.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec396ce

Please sign in to comment.