Releases: jest-community/jest-junit
Releases · jest-community/jest-junit
v6.2.1
Fix syntax error when running on some versions of node 6.0
v6.2.0
Removes jest-config dependency
v6.1.0
Adds XML prologue to generated junit files #72
v6.0.1
Roll back "file" attribute change to TestCase. This breaks on Jenkins.
v6.0.0
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
- Adds rootDir support #65
- Adds outputDirectory and outputName #62
v5.1.0
Supports function callback for defining classname, suitename, and title. #55
Only available if jest-junit is used as a reporter!
v5.0.0
jest-junit can now be used as a jest reporter! testResultsProcessor support is deprecated. It will remain active until v6.x. #52
v3.7.0
Much better CI testing for the project by @phawxby