Skip to content

Releases: no23reason/jest-trx-results-processor

v3.0.2

08 Jun 12:22
bdaba1e
Compare
Choose a tag to compare

3.0.2 (2023-06-08)

Bug Fixes

  • trx-generator.ts: attempt to calculate test finish time properly using perfStat (b60478d), closes #245 thanks @christoment!

v3.0.1

14 Jun 12:24
95353ae
Compare
Choose a tag to compare

3.0.1 (2022-06-14)

Bug Fixes

v3.0.0

12 Apr 07:08
972b7b7
Compare
Choose a tag to compare

3.0.0 (2022-04-12)

Bug Fixes

  • use duration field of AssertionResult to report test duration (99d36bf), closes #516 Thank you @hrhino!

BREAKING CHANGES

  • Will no longer work with Jest versions < 24.

v2.2.1

08 Feb 09:59
9c3dfe2
Compare
Choose a tag to compare

2.2.1 (2022-02-08)

Bug Fixes

  • handle test suite failures with passing results (1608dd7)

v2.2.0

17 Sep 08:00
15fe77a
Compare
Choose a tag to compare

2.2.0 (2020-09-17)

Features

  • trx-generator.ts: adding storage field to unittest element as per latest changes from ADO (c31e8dc)

v2.1.0

27 Aug 07:59
0b45e68
Compare
Choose a tag to compare

2.1.0 (2020-08-27)

Features

  • trx-generator.ts: add test suite path to codeBase field of trx file (c144151)

v2.0.3

05 May 18:11
a909c02
Compare
Choose a tag to compare

2.0.3 (2020-05-05)

Bug Fixes

  • added outcome to todo tests as part of the UnitTestResults (fd6635a)

v2.0.2

02 May 12:42
7988d9f
Compare
Choose a tag to compare

2.0.2 (2020-05-02)

Bug Fixes

  • declare mkdirp as a dependency (3c9ef8c)

v2.0.1

02 May 12:18
acd327e
Compare
Choose a tag to compare

2.0.1 (2020-05-02)

Bug Fixes

v2.0.0

25 Feb 11:58
3024690
Compare
Choose a tag to compare

2.0.0 (2020-02-25)

Continuous Integration

  • migrate to GH actions, upgrade Node to 10 (9043bdb), closes #76

BREAKING CHANGES

  • Minimal supported Node version is 10