Skip to content

Commit 57e7009

Browse files
authored
Merge pull request #9463 from gitbutlerapp/add-cypress-config-tweak
Add numTestsKeptInMemory to Cypress config
2 parents 6d012b1 + 8942bd1 commit 57e7009

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/desktop/cypress.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ export default defineConfig({
1111
baseUrl: 'http://localhost:1420',
1212
supportFile: 'cypress/e2e/support/index.ts'
1313
},
14-
experimentalWebKitSupport: true
14+
experimentalWebKitSupport: true,
15+
numTestsKeptInMemory: 10
1516
});

0 commit comments

Comments
 (0)