Skip to content

Commit

Permalink
chore: update cypress config (#9142)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenphi authored Jan 27, 2025
1 parent f47b826 commit bcf57df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/cubejs-testing/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ export default defineConfig({
baseUrl: 'http://localhost:3080',
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
},
})
// set optimal values for the number of tests kept in memory
numTestsKeptInMemory: 10,
experimentalMemoryManagement: true,
});

0 comments on commit bcf57df

Please sign in to comment.