diff --git a/cypress.json b/cypress.json index e732f7e4..aef675e8 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,12 @@ { "baseUrl": "http://localhost:3000", - "viewportWidth": 1280 -} \ No newline at end of file + "viewportWidth": 1280, + "defaultCommandTimeout": 15000, + "reporter": "junit", + "video": true, + "reporterOptions": { + "mochaFile": "cypress/reports/cypress-[hash].xml", + "jenkinsMode": true, + "toConsole": true + } +}