Create Junit reports from karma

This commit is contained in:
Richard van der Hoff
2016-03-29 00:12:59 +01:00
parent 04561ea6e6
commit 6069812fcf
3 changed files with 10 additions and 3 deletions
+6 -3
View File
@@ -9,8 +9,7 @@ var path = require('path');
* from node_modules.
*
* TODO:
* - can we run one test at a time
* - write junit out
* - can we run one test at a time?
*/
process.env.PHANTOMJS_BIN = 'node_modules/.bin/phantomjs';
@@ -43,7 +42,7 @@ module.exports = function (config) {
// test results reporter to use
// possible values: 'dots', 'progress'
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
reporters: ['progress'],
reporters: ['progress', 'junit'],
// web server port
port: 9876,
@@ -76,6 +75,10 @@ module.exports = function (config) {
// how many browser should be started simultaneous
concurrency: Infinity,
junitReporter: {
outputDir: 'karma-reports',
},
webpack: {
module: {
loaders: [