From: Gustavo Martin Morcuende Date: Wed, 19 Aug 2015 20:34:00 +0000 (+0200) Subject: showcase: karma using report directory for JUnit reports X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=e88b83c56134eb9e545bfcc956e12c5a5d772a11;p=JavaScriptForFun showcase: karma using report directory for JUnit reports --- diff --git a/angularjs/showcase/karma.conf.js b/angularjs/showcase/karma.conf.js index 5162ad3..6ded300 100644 --- a/angularjs/showcase/karma.conf.js +++ b/angularjs/showcase/karma.conf.js @@ -67,7 +67,7 @@ module.exports = function(config) { junitReporter: { // results will be saved as $outputDir/$browserName.xml - outputDir: 'test-tmp', + outputDir: 'report', // if included, results will be saved as $outputDir/$browserName/$outputFile outputFile: 'test-results.xml' // suite will become the package name attribute in xml testsuite element