Skip to content

Commit

Permalink
set experimentalMemoryManagement=true for cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvogt committed Jun 27, 2024
1 parent fce1bf5 commit 115fb36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/__tests__/cypress/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import { setup as setupWebsockets } from '~/__tests__/cypress/cypress/support/we
const resultsDir = `results/${process.env.MOCK ? 'mocked' : 'e2e'}`;

export default defineConfig({
experimentalMemoryManagement: true,
// Use relative path as a workaround to https://github.com/cypress-io/cypress/issues/6406
reporter: '../../../node_modules/cypress-multi-reporters',
reporterOptions: {
Expand Down

0 comments on commit 115fb36

Please sign in to comment.