Skip to content

Commit

Permalink
EMA-150 auto test memory optimizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanyi committed Jul 18, 2024
1 parent dccf3d7 commit 0a9e471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/testv2/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ module.exports = defineConfig({
defaultCommandTimeout: 120000,
pageLoadTimeout: 120000,
experimentalMemoryManagement: true,
experimentalModifyObstructiveThirdPartyCode: true,
numTestsKeptInMemory: 0,
blockHosts: ['*snippet.url.com', '*scarabresearch.com'],
env: {
snippetUrl: 'http://snippet.url.com/main.js'
Expand Down

0 comments on commit 0a9e471

Please sign in to comment.