karma-runner / karma-junit-reporter

A Karma plugin. Report results in junit xml format.
MIT License
176 stars 144 forks source link

Configuration in readme is missing a "," #149

Closed HarelM closed 5 years ago

HarelM commented 7 years ago

In the following object, there is "," missing after properties: {}

junitReporter: {
      outputDir: '', // results will be saved as $outputDir/$browserName.xml
      outputFile: undefined, // if included, results will be saved as $outputDir/$browserName/$outputFile
      suite: '', // suite will become the package name attribute in xml testsuite element
      useBrowserName: true, // add browser name to report and classes names
      nameFormatter: undefined, // 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
      properties: {} // key value pair of properties to add to the <properties> section of the report
      xmlVersion: null // use '1' if reporting to be per SonarQube 6.2 XML format
    }
hicom150 commented 5 years ago

This issue will be fixed when #142 gets merged.