Skip to content

Commit

Permalink
Enable experimentalMemoryManagement to improve stability for chromium…
Browse files Browse the repository at this point in the history
…-based test executions
  • Loading branch information
triffer committed May 23, 2024
1 parent 9ebe553 commit 65d0eb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/tests/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = defineConfig({
? `${process.env?.ARTIFACTS}/videos`
: 'cypress/videos',
experimentalInteractiveRunEvents: true,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 0,
e2e: {
testIsolation: false,
Expand Down

0 comments on commit 65d0eb6

Please sign in to comment.