Releases: no23reason/jest-trx-results-processor
Releases · no23reason/jest-trx-results-processor
v3.0.2
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
3.0.1 (2022-06-14)
Bug Fixes
v3.0.0
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
2.2.1 (2022-02-08)
Bug Fixes
- handle test suite failures with passing results (1608dd7)
v2.2.0
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
2.1.0 (2020-08-27)
Features
- trx-generator.ts: add test suite path to codeBase field of trx file (c144151)
v2.0.3
2.0.3 (2020-05-05)
Bug Fixes
- added outcome to todo tests as part of the UnitTestResults (fd6635a)
v2.0.2
2.0.2 (2020-05-02)
Bug Fixes
- declare mkdirp as a dependency (3c9ef8c)
v2.0.1
2.0.1 (2020-05-02)
Bug Fixes
v2.0.0
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