We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271ed6e commit 482639aCopy full SHA for 482639a
cypress/config.js
@@ -2,6 +2,7 @@ const { defineConfig } = require('cypress')
2
3
module.exports = defineConfig({
4
e2e: {
5
- supportFile: false
+ supportFile: false,
6
+ video: false
7
}
8
})
0 commit comments