Skip to content

Commit

Permalink
test: remove default video: false configuration item
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Feb 28, 2025
1 parent 9c318d4 commit c9d927d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/browser/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ module.exports = defineConfig({
})
},
supportFile: false,
video: false
},
})
1 change: 0 additions & 1 deletion examples/component-tests/cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineConfig } from "cypress";

export default defineConfig({
video: false,
component: {
devServer: {
framework: "react",
Expand Down

0 comments on commit c9d927d

Please sign in to comment.