Skip to content

Commit

Permalink
chore(e2e): enable test isolation to avoid leaking cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Jan 15, 2025
1 parent 99b7ca4 commit 7d7dacc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/datahub-e2e/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { configureCommonPlugins } from '../../tools/e2e/plugins.js'
export default defineConfig({
e2e: {
...nxE2EPreset(fileURLToPath(import.meta.url)),
testIsolation: true,
video: false,
downloadsFolder: 'cypress/downloads',
screenshotsFolder: 'cypress/screenshots',
Expand Down
1 change: 1 addition & 0 deletions apps/metadata-editor-e2e/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { fileURLToPath } from 'url'
export default defineConfig({
e2e: {
...nxE2EPreset(fileURLToPath(import.meta.url)),
testIsolation: true,
video: false,
downloadsFolder: 'cypress/downloads',
screenshotsFolder: 'cypress/screenshots',
Expand Down

0 comments on commit 7d7dacc

Please sign in to comment.