jest-trx-results-processor

Jest results processor for exporting into TRX files for Visual Studio

MIT License

Downloads
88.2K
Stars
22

Bot releases are visible (Hide)

jest-trx-results-processor - v3.0.2 Latest Release

Published by github-actions[bot] over 1 year ago

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!
jest-trx-results-processor - v3.0.1

Published by github-actions[bot] over 2 years ago

3.0.1 (2022-06-14)

Bug Fixes

  • correct logic for startTime in trx-generator.ts (95353ae), closes #527 thank you @ssundahl
jest-trx-results-processor - v3.0.0

Published by github-actions[bot] over 2 years ago

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.
jest-trx-results-processor - v2.2.1

Published by github-actions[bot] over 2 years ago

2.2.1 (2022-02-08)

Bug Fixes

  • handle test suite failures with passing results (1608dd7)
jest-trx-results-processor - v2.2.0

Published by github-actions[bot] about 4 years ago

2.2.0 (2020-09-17)

Features

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

Published by github-actions[bot] about 4 years ago

2.1.0 (2020-08-27)

Features

  • trx-generator.ts: add test suite path to codeBase field of trx file (c144151)
jest-trx-results-processor - v2.0.3

Published by github-actions[bot] over 4 years ago

2.0.3 (2020-05-05)

Bug Fixes

  • added outcome to todo tests as part of the UnitTestResults (fd6635a)
jest-trx-results-processor - v2.0.2

Published by github-actions[bot] over 4 years ago

2.0.2 (2020-05-02)

Bug Fixes

  • declare mkdirp as a dependency (3c9ef8c)
jest-trx-results-processor - v2.0.1

Published by github-actions[bot] over 4 years ago

2.0.1 (2020-05-02)

Bug Fixes

jest-trx-results-processor - v2.0.0

Published by github-actions[bot] over 4 years ago

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
jest-trx-results-processor - v1.0.3

Published by no23reason almost 5 years ago

1.0.3 (2019-11-30)

Bug Fixes

  • make options defaulting more robust in reporter (d14098b), closes #110
jest-trx-results-processor - v1.0.2

Published by no23reason about 5 years ago

1.0.2 (2019-10-03)

Bug Fixes

  • add finish attribute to Times elements (84092d9)
jest-trx-results-processor - v1.0.1

Published by no23reason about 5 years ago

1.0.1 (2019-09-23)

Bug Fixes

  • create output directory if it does not exist (0cc02e3), closes #89
jest-trx-results-processor - v1.0.0

Published by no23reason about 5 years ago

1.0.0 (2019-08-31)

Features

  • add support for reporterAPI usage (93bdfe2), closes #32
  • use jest built-in types (22d8c11)

BREAKING CHANGES

  • Reporter API is the default, testResultsProcessor is deprecated.
jest-trx-results-processor - v0.2.0

Published by no23reason about 5 years ago

0.2.0 (2019-08-30)

Features

  • add support for defaultUserName in case detection fails (7189050), closes #82
jest-trx-results-processor - v0.1.0

Published by no23reason over 5 years ago

0.1.0 (2019-05-20)

Bug Fixes

  • trx-generation: Fixed issue where options were not always passed to the generator. (04ed124) thanks @ElasticPencil!

Features

  • trx-generation: Added support for additional result processing. (29f74cb) thanks @ElasticPencil!
jest-trx-results-processor - v0.0.7

Published by no23reason over 6 years ago

0.0.7 (2018-02-15)

Bug Fixes

  • output "NotExecuted" for "skipped" test runs (0f30b78), closes #24
jest-trx-results-processor - v0.0.6

Published by no23reason almost 7 years ago

<a name"0.0.6">

0.0.6 (2017-12-04)

Bug Fixes

  • also include the number of pending test to avoid division by zero in the duratio (d95c6f79, closes #22), thank you @nemesv!
jest-trx-results-processor - v0.0.5

Published by no23reason almost 8 years ago

<a name"0.0.5">

0.0.5 (2016-11-10)

Bug Fixes

  • remove invalid xml characters from error messages (9d9a592d)
jest-trx-results-processor - v0.0.4

Published by no23reason almost 8 years ago

<a name"0.0.4">

0.0.4 (2016-11-10)

Bug Fixes

Package Rankings
Top 3.41% on Npmjs.org
Badges
Extracted from project README
npm version Commitizen friendly semantic-release
Related Projects