Skip to content
Snippets Groups Projects
Commit 5cca9896 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #3928 from murgatroid99/node_jenkins_xml_report_retry

Added per-test XML reports for Node tests on Jenkins
parents 7f5b3285 a653e0fe
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@
"jshint": "^2.5.0",
"minimist": "^1.1.0",
"mocha": "~1.21.0",
"mocha-jenkins-reporter": "^0.1.9",
"mustache": "^2.0.0"
},
"engines": {
......
......@@ -51,5 +51,5 @@ then
echo '<html><head><meta http-equiv="refresh" content="0;URL=lcov-report/index.html"></head></html>' > \
../reports/node_coverage/index.html
else
./node_modules/mocha/bin/mocha --timeout 8000 src/node/test
JUNIT_REPORT_PATH=src/node/reports.xml JUNIT_REPORT_STACK=1 ./node_modules/.bin/mocha --reporter mocha-jenkins-reporter src/node/test || true
fi
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