From 09df80b1860ac22864f3e77af14bdab6ac0fbe2c Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Tue, 28 Oct 2014 21:26:17 +0100 Subject: Running karma will now output test results --- web-ui/karma.conf.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'web-ui/karma.conf.js') diff --git a/web-ui/karma.conf.js b/web-ui/karma.conf.js index 015de6bb..24078513 100644 --- a/web-ui/karma.conf.js +++ b/web-ui/karma.conf.js @@ -54,7 +54,7 @@ module.exports = function (config) { // test results reporter to use // possible values: 'dots', 'progress', 'junit', 'growl', 'coverage' - reporters: ['progress'], + reporters: ['progress', 'junit'], // enable / disable watching file and executing tests whenever any file changes autoWatch: true, @@ -82,5 +82,10 @@ module.exports = function (config) { // ms). reportSlowerThan: 500, + junitReporter: { + outputFile: 'test-results.xml', + suite: '' + } + }); }; -- cgit v1.2.3