Skip to content

Commit bcf57df

Browse files
authored
chore: update cypress config (#9142)
1 parent f47b826 commit bcf57df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/cubejs-testing/cypress.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ export default defineConfig({
1919
baseUrl: 'http://localhost:3080',
2020
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
2121
},
22-
})
22+
// set optimal values for the number of tests kept in memory
23+
numTestsKeptInMemory: 10,
24+
experimentalMemoryManagement: true,
25+
});

0 commit comments

Comments
 (0)