mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Tell Cypress to retry twice if an e2e test failure occurs
This commit is contained in:
@@ -5,5 +5,6 @@
|
|||||||
"screenshotsFolder": "cypress/screenshots",
|
"screenshotsFolder": "cypress/screenshots",
|
||||||
"pluginsFile": "cypress/plugins/index.ts",
|
"pluginsFile": "cypress/plugins/index.ts",
|
||||||
"fixturesFolder": "cypress/fixtures",
|
"fixturesFolder": "cypress/fixtures",
|
||||||
"baseUrl": "http://localhost:4000"
|
"baseUrl": "http://localhost:4000",
|
||||||
|
"retries": 2
|
||||||
}
|
}
|
Reference in New Issue
Block a user