diff --git a/cypress.json b/cypress.json index eaf2081..84e9818 100644 --- a/cypress.json +++ b/cypress.json @@ -1,8 +1,9 @@ { "baseUrl": "http://127.0.0.1:3000", - "defaultCommandTimeout": 1000, + "defaultCommandTimeout": 2000, "chromeWebSecurity": false, "viewportWidth": 1920, "viewportHeight": 1080, - "video": false + "video": false, + "screenshotOnRunFailure": false }