Skip to content

Commit 64f45c6

Browse files
committed
chore: stop recording video when running example tests
Signed-off-by: Jakub Freisler <[email protected]>
1 parent a2954e6 commit 64f45c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/cypress.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const { defineConfig } = require("cypress");
44
const { initPlugin } = require("@frsource/cypress-plugin-visual-regression-diff/dist/plugins");
55

66
module.exports = defineConfig({
7+
video: false,
78
e2e: {
89
setupNodeEvents(on, config) {
910
initPlugin(on, config);

0 commit comments

Comments
 (0)