From 671aaf178b1308e1b087accfed48758bb1753330 Mon Sep 17 00:00:00 2001 From: Jesse James Isler Date: Thu, 9 Jun 2022 12:41:05 +0200 Subject: [PATCH] Dumb --- karma.conf.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/karma.conf.js b/karma.conf.js index 00fd008..812ae38 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -60,18 +60,15 @@ junitReporter:{ outputDir:'test-reports', // results will be saved as $outputDir/$browserName.xml outputFile:'junit-report.xml', - // if included, - results will be saved as $outputDir/$browserName/$outputFile + // if included, results will be saved as $outputDir/$browserName/$outputFile suite:'', // suite will become the package name attribute in xml testsuite element useBrowserName:false, // add browser name to report and classes names nameFormatter:undefined, - // function (browser, - result) to customize the name attribute in xml testcase element + // function (browser, result) to customize the name attribute in xml testcase element classNameFormatter:undefined, - // function (browser, - result) to customize the classname attribute in xml testcase element + // function (browser, result) to customize the classname attribute in xml testcase element properties:{ } // key value pair of properties to add to the section of the report }