Skip to content

Commit 65d717c

Browse files
committed
tests config 4
1 parent 734dda1 commit 65d717c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cypress.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
import { defineConfig } from 'cypress';
33

44
export default defineConfig({
5-
// projectId: 'a8nh14',
5+
projectId: 'a8nh14',
66
// video: false,
7+
videoCompression: 0,
78
e2e: {
89
// experimentalMemoryManagement: true,
9-
numTestsKeptInMemory: 1,
10+
numTestsKeptInMemory: 0,
1011
baseUrl: 'http://localhost:3000',
1112
setupNodeEvents(on, config) {
1213
return require('./cypress/plugins/index.js')(on, config);

0 commit comments

Comments
 (0)