Skip to content

Releases: jest-community/jest-junit

v6.2.1

28 Jan 21:45
2453c60
Compare
Choose a tag to compare

Fix syntax error when running on some versions of node 6.0

v6.2.0

28 Jan 20:16
47650f5
Compare
Choose a tag to compare

Removes jest-config dependency

v6.1.0

24 Jan 17:40
9882c33
Compare
Choose a tag to compare

Adds XML prologue to generated junit files #72

v6.0.1

11 Jan 15:34
3da1128
Compare
Choose a tag to compare

Roll back "file" attribute change to TestCase. This breaks on Jenkins.

v6.0.0

10 Jan 15:56
43695d7
Compare
Choose a tag to compare

Add file attribute to TestCase elements for better viewability on CI platforms. #71

Use relative file paths instead of absolute for better resolution on CI platforms. #70

v5.2.0

29 Sep 18:53
6aebf24
Compare
Choose a tag to compare
  • Adds rootDir support #65
  • Adds outputDirectory and outputName #62

v5.1.0

19 Jun 15:22
fcc5e7b
Compare
Choose a tag to compare

Supports function callback for defining classname, suitename, and title. #55

Only available if jest-junit is used as a reporter!

v5.0.0

01 Jun 09:43
bba9772
Compare
Choose a tag to compare

jest-junit can now be used as a jest reporter! testResultsProcessor support is deprecated. It will remain active until v6.x. #52

v4.0.0

17 May 22:50
Compare
Choose a tag to compare

Calculates total test execution time correctly instead of summation of all test suite times. https://github.com/palmerj3/jest-junit/pull/51

v3.7.0

26 Apr 11:38
Compare
Choose a tag to compare

Much better CI testing for the project by @phawxby