Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
fix cpyress integration path
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jun 27, 2022
1 parent a609d2b commit 56f00ac
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions cypress.json
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit 56f00ac

Please sign in to comment.