From a72ee7236cb7ed50c2f025917bd5c8d47b182e73 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 18 Jul 2023 11:37:39 +0100 Subject: [PATCH] Enable Cypress experimentalMemoryManagement (#11281) --- cypress.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.ts b/cypress.config.ts index 50d4106ad6..bc24763852 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -20,6 +20,7 @@ export default defineConfig({ videoUploadOnPasses: false, projectId: "ppvnzg", experimentalInteractiveRunEvents: true, + experimentalMemoryManagement: true, defaultCommandTimeout: 10000, chromeWebSecurity: false, e2e: {