From a12ad807271031b2b209318be1b592969d8f5bc2 Mon Sep 17 00:00:00 2001 From: saithsab877 Date: Mon, 16 Sep 2024 16:42:57 +0500 Subject: [PATCH] fix(cypress): memory issue v1 --- cypress.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cypress.config.ts b/cypress.config.ts index 1911c5d49..ce033642e 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -26,6 +26,8 @@ export default defineConfig({ viewportHeight: 900, viewportWidth: 1440, watchForFileChanges: false, + experimentalMemoryManagement: true, + numTestsKeptInMemory: 1, }, component: { supportFile: './cypress/support/components.ts',