mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-15 12:59:46 +01:00
Create junit reports for cypress test and do not fail the build
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"headless": "cypress run"
|
||||
"headless": "cypress run",
|
||||
"ci": "cypress run --reporter junit --reporter-options \"mochaFile=../target/cypress-reports/TEST-[hash].xml\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"cypress": "^4.12.0",
|
||||
|
||||
Reference in New Issue
Block a user