Skip to content

Commit

Permalink
chore: update cypress config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasvienot authored and mdubus committed Jan 31, 2024
1 parent 93c6f01 commit 2d28235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
const { defineConfig } = require('cypress')

module.exports = defineConfig({
watchForFileChanges: true,
retries: 2,
viewportWidth: 1440,
viewportHeight: 900,
env: {
Expand Down

0 comments on commit 2d28235

Please sign in to comment.