We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734dda1 commit 65d717cCopy full SHA for 65d717c
cypress.config.ts
@@ -2,11 +2,12 @@
2
import { defineConfig } from 'cypress';
3
4
export default defineConfig({
5
- // projectId: 'a8nh14',
+ projectId: 'a8nh14',
6
// video: false,
7
+ videoCompression: 0,
8
e2e: {
9
// experimentalMemoryManagement: true,
- numTestsKeptInMemory: 1,
10
+ numTestsKeptInMemory: 0,
11
baseUrl: 'http://localhost:3000',
12
setupNodeEvents(on, config) {
13
return require('./cypress/plugins/index.js')(on, config);
0 commit comments