Remove videos of successful runs

This commit is contained in:
Sebastian Sdorra
2020-08-26 08:48:43 +02:00
parent 06ecfd786e
commit 2f7ff72fd1
3 changed files with 28 additions and 3 deletions

View File

@@ -8,10 +8,12 @@
"private": false,
"scripts": {
"headless": "cypress run",
"ci": "cypress run --reporter junit --reporter-options \"mochaFile=../target/cypress-reports/TEST-[hash].xml\""
"ci": "node src/index.js"
},
"dependencies": {
"cypress": "^4.12.0"
},
"devDependencies": {
"cypress": "^4.12.0",
"eslint-plugin-cypress": "^2.11.1"
},
"prettier": "@scm-manager/prettier-config",