Skip to content

Releases: jest-community/jest-junit

v3.6.0

10 Feb 15:33
Compare
Choose a tag to compare

Add support for jest-multiproject.

You can now use the "displayName" variable in any of the templates.

v3.5.0

02 Feb 23:44
17f2fad
Compare
Choose a tag to compare

Now top level testsuites contains "tests", "failures" and "time" attributes as an aggregate value.

v3.4.1

v3.4.0

07 Dec 23:28
Compare
Choose a tag to compare

Support for bazel (or other situations where package.json is not available) by @samertm https://github.com/palmerj3/jest-junit/pull/34

v3.3.0

07 Dec 23:26
d5e9b1b
Compare
Choose a tag to compare
Merge pull request #33 from palmerj3/fixTestNumber

Fix test number

v3.2.1

14 Nov 15:25
Compare
Choose a tag to compare
Bump to 3.2.1

v3.2.0

14 Nov 15:24
Compare
Choose a tag to compare
Merge pull request #30 from dangoslen/suite-name-template

Suite Name Template Feature

v3.1.0

29 Sep 14:58
Compare
Choose a tag to compare

Add support for package.json overrides living in /package.json

v3.0.0

01 Sep 00:39
Compare
Choose a tag to compare

Support jest multi-project

v2.1.0

13 Jul 11:13
Compare
Choose a tag to compare

Adds an excellent new feature by @yangshun which allows you to customize the ancestor title separator for the junit output.

https://github.com/palmerj3/jest-junit/pull/20