Skip to content

Commit

Permalink
Enably Cypress screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhudec committed Mar 11, 2024
1 parent 17922ce commit 1352e3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ const { defineConfig } = require('cypress')

module.exports = defineConfig({
video: true,
screenshotOnRunFailure: false,
// screenshotOnRunFailure: false,
screenshotOnRunFailure: true,
defaultCommandTimeout: 5000,
requestTimeout: 5000,
projectId: 'w97se2',
Expand Down

0 comments on commit 1352e3e

Please sign in to comment.