Skip to content

Commit 482639a

Browse files
committed
Don't record videos
1 parent 271ed6e commit 482639a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress/config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const { defineConfig } = require('cypress')
22

33
module.exports = defineConfig({
44
e2e: {
5-
supportFile: false
5+
supportFile: false,
6+
video: false
67
}
78
})

0 commit comments

Comments
 (0)