Skip to content

Commit

Permalink
fix: update some cypress settings
Browse files Browse the repository at this point in the history
  • Loading branch information
itzsaga committed Jul 13, 2023
1 parent 2fe9f03 commit 89a7f25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ module.exports = defineConfig({
e2e: {
baseUrl: 'http://localhost:8000',
},
experimentalMemoryManagement: true,
numTestsKeptInMemory: 25 // default is 50
})

0 comments on commit 89a7f25

Please sign in to comment.