Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 3c7d7bc

Browse files
committed
Fixed autogenerated cypress config
1 parent 2f7e221 commit 3c7d7bc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

cypress.config.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
const { defineConfig } = require('cypress')
22

33
module.exports = defineConfig({
4-
video: false,
54
e2e: {
6-
// We've imported your old cypress plugins here.
7-
// You may want to clean this up later by importing these.
8-
setupNodeEvents(on, config) {
9-
return require('./cypress/plugins/index.js')(on, config)
10-
},
115
specPattern: 'journey/**/*.cy.{js,jsx,ts,tsx}',
6+
supportFile: false
127
},
13-
})
8+
})

0 commit comments

Comments
 (0)