Skip to content

Commit c9d927d

Browse files
committed
test: remove default video: false configuration item
1 parent 9c318d4 commit c9d927d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/browser/cypress.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ module.exports = defineConfig({
2727
})
2828
},
2929
supportFile: false,
30-
video: false
3130
},
3231
})

examples/component-tests/cypress.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { defineConfig } from "cypress";
22

33
export default defineConfig({
4-
video: false,
54
component: {
65
devServer: {
76
framework: "react",

0 commit comments

Comments
 (0)