From e88b83c56134eb9e545bfcc956e12c5a5d772a11 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Wed, 19 Aug 2015 22:34:00 +0200 Subject: [PATCH] showcase: karma using report directory for JUnit reports --- angularjs/showcase/karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4