Skip to content

Commit

Permalink
Record Cypress videos by default
Browse files Browse the repository at this point in the history
  • Loading branch information
valtterikantanen committed Feb 19, 2024
1 parent 6429b5c commit 7f31f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ module.exports = defineConfig({
baseUrl: 'http://localhost:3000',
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
},
video: true,
})

0 comments on commit 7f31f13

Please sign in to comment.