diff --git a/cypress.json b/cypress.json index a9bd898..2487756 100644 --- a/cypress.json +++ b/cypress.json @@ -1,22 +1,12 @@ { "baseUrl": "http://localhost:3000", "viewportWidth": 1280, - "defaultCommandTimeout": 8888, - "chromeWebSecurity": false, + "defaultCommandTimeout": 60000, "reporter": "junit", "video": true, - "retries": { - "runMode": 8, - "openMode": 0 - }, "reporterOptions": { "mochaFile": "cypress/reports/cypress-[hash].xml", "jenkinsMode": true, "toConsole": true - }, - "integrationFolder": "src/addons", - "testFiles": "**/cypress/integration/**/*.js", - "fixturesFolder": "./src/addons/volto-slate-zotero/cypress/fixtures", - "videoUploadOnPasses": false, - "screenshotOnRunFailure": false + } }