Skip to content
Snippets Groups Projects
Commit 6ecac18e authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

Package.json

parent d89f4847
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
"mochawesome-report-generator": "^5.2.0"
},
"scripts": {
"create:reports": "mochawesome-merge cypress/reports/temp/*.json > cypress/reports/combined-report.json && marge --reportDir ./ --inline cypress/reports/combined-report.json"
"create:reports": "mochawesome-merge cypress/reports/temp/*.json > cypress/reports/combined-report.json && marge --reportDir ./ --inline cypress/reports/combined-report.json",
"reset:data": "run reset.sh"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment