Skip to content

Releases: karma-runner/karma-junit-reporter

v2.0.1

07 Oct 19:29
Compare
Choose a tag to compare
Version 2.0.1

v2.0.0

07 Oct 17:32
Compare
Choose a tag to compare

Bug Fixes

  • allow special characters and emoji in output (59fd3c6)

Chores

  • travis: Drop old nodejs version: NO v10 (#164) (bc07177)
  • remove support for node 6 (435cb5e)

Features

  • support for new XML format (per SonarQube) (b0984e0)

BREAKING CHANGES

  • Drop Support for Node 6, to make it possible to use async/await in karma codebase.

  • travis: no support for node < 6

  • node 10 not supported by libxmljs-mt

v1.2.0

06 Dec 13:17
Compare
Choose a tag to compare

Bug Fixes

  • initialize var suites early (e09acb2)
  • release memory held by a testsuite after we're done with it. (eacf8bb)
  • remove unnecessary nulling out of suites (4202ee8), closes #99

v1.1.0

26 Jun 16:54
Compare
Choose a tag to compare

Bug Fixes

  • add defensive checks to safely handle browser disconnects. (485d87a)

v1.0.0

26 Jun 16:54
Compare
Choose a tag to compare
Version 2.0.0

v0.4.2

08 Apr 20:50
Compare
Choose a tag to compare

Features

  • Add support for additional properties to add to the report section (b67d234)

v0.4.1

21 Mar 17:53
Compare
Choose a tag to compare

Bug Fixes

  • check if outputFile is set before checking for absolute outputFile (c8887ac), closes #87

v0.4.0

10 Mar 11:33
Compare
Choose a tag to compare

Bug Fixes

  • Handle absolute outputFile paths in Junit Reporter (d5dc808), closes #83
  • test name to contain parent suite(s) names (8e6e202), closes #62

Features

  • add name and classname formatters (3f43c51), closes #75

v0.3.8

20 Oct 14:11
Compare
Choose a tag to compare

Features

  • reporter: add useBrowserName parameter (2327234)

v0.3.7

01 Oct 10:00
Compare
Choose a tag to compare

Bug Fixes

  • reporter: bug creating directory when outputFile specified (#67) (2205f47)