diff --git a/apps/datahub-e2e/cypress.config.js b/apps/datahub-e2e/cypress.config.js index f59a6d116..57ebc58f2 100644 --- a/apps/datahub-e2e/cypress.config.js +++ b/apps/datahub-e2e/cypress.config.js @@ -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', diff --git a/apps/metadata-editor-e2e/cypress.config.js b/apps/metadata-editor-e2e/cypress.config.js index 63146ebaa..000099c1a 100644 --- a/apps/metadata-editor-e2e/cypress.config.js +++ b/apps/metadata-editor-e2e/cypress.config.js @@ -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',