Skip to content

Commit a88ef77

Browse files
committed
Disable video recording on Cypress
1 parent bcad27e commit a88ef77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cypress.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default defineConfig({
1010

1111
return config
1212
},
13-
supportFile: 'cypress/support/index.ts'
13+
supportFile: 'cypress/support/index.ts',
14+
video: false
1415
}
1516
})

0 commit comments

Comments
 (0)