Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 756c697

Browse files
committed
Disable video
1 parent 3c7d7bc commit 756c697

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const { defineConfig } = require('cypress')
22

33
module.exports = defineConfig({
4+
video: false,
45
e2e: {
56
specPattern: 'journey/**/*.cy.{js,jsx,ts,tsx}',
67
supportFile: false

0 commit comments

Comments
 (0)