Skip to content

Commit

Permalink
feat(e2e): do not record videos
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed May 1, 2023
1 parent cb0c65e commit 8e1920a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ build
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!.yarn/versions

cypress/cypress/videos
1 change: 1 addition & 0 deletions cypress/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export default defineConfig({
framework: 'create-react-app',
bundler: 'webpack',
},
video: false,
},
})

0 comments on commit 8e1920a

Please sign in to comment.