Skip to content

Commit

Permalink
Disable capture of test screenshots and videos
Browse files Browse the repository at this point in the history
  • Loading branch information
oo-bldrs committed Oct 6, 2022
1 parent 7ba16fe commit 61a8e77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
.DS_Store
.vscode
*.log

cypress/videos
cypress/screenshots
2 changes: 2 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ module.exports = defineConfig({
setupNodeEvents(on, config) {
// implement node event listeners here
},
screenshotOnRunFailure: false,
video: false,
},
})

0 comments on commit 61a8e77

Please sign in to comment.