From 2d28235735ecb12e680f5d225cd286269e576067 Mon Sep 17 00:00:00 2001 From: nicolasvienot Date: Wed, 31 Jan 2024 15:05:36 +0100 Subject: [PATCH] chore: update cypress config --- cypress.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cypress.config.js b/cypress.config.js index 9bab5735..5c760139 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -2,6 +2,8 @@ const { defineConfig } = require('cypress') module.exports = defineConfig({ + watchForFileChanges: true, + retries: 2, viewportWidth: 1440, viewportHeight: 900, env: {