Skip to content

Commit

Permalink
Merge pull request #2963 from christianvogt/cypress-memory
Browse files Browse the repository at this point in the history
set experimentalMemoryManagement=true for cypress
  • Loading branch information
openshift-merge-bot[bot] authored Jul 1, 2024
2 parents 0c6256d + 115fb36 commit 3d27281
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 3d27281

Please sign in to comment.