Skip to content

Releases: gfoidl/trx2junit

v1.3.2

16 Jul 15:22
c5eb208
Compare
Choose a tag to compare

What's new

  • TrxTestResultXmlParser can read more result types (#76)
  • Handle all allowed trx outcome values (#78)

Fixed Bugs

  • potential Null-Reference-Exception on Jenkins-trx input (#77)

Where to get?

https://www.nuget.org/packages/trx2junit/1.3.2

v1.3.1

14 Jun 22:07
3fc197e
Compare
Choose a tag to compare

What's new

  • trx to junit keeps stdout per testcase (#71)

Fixed Bugs

  • potential Null-Reference-Exception on Jenkins-trx input (#68)

Where to get?

https://www.nuget.org/packages/trx2junit/1.3.1

v1.3.0

15 Nov 14:33
Compare
Choose a tag to compare

What's new

  • support for --junit2trx added (#60)
  • rewritten some of the guts -- especially the parsers and builders -- as prerequisite for adding #60

Where to get?

https://www.nuget.org/packages/trx2junit/1.3.0

v1.2.6

26 Aug 12:59
4737bf7
Compare
Choose a tag to compare

Fixed Bugs

  • surefire compatibility (#57)

Where to get?

https://www.nuget.org/packages/trx2junit/1.2.6

v1.2.5

13 Jun 16:39
b6e3cc5
Compare
Choose a tag to compare

New Features

Support for .NET Core 3.0

trx2junit v1.2.5 adds (preview) support for .NET Core 3.0. It can run on .NET Core Runtime 3.0.0-preview6-27804-01 and newer.

.NET Core 2.1, .NET Core 2.2 aren't affected by this change, and will run as always.
With the .NET Core 3.0 support you can use trx2junit for your projects that target .NET Core 3.0 (preview).

Fixed Bugs

  • Cannot process multipul files (Windows CMD) (#52)

Where to get?

https://www.nuget.org/packages/trx2junit/1.2.5

v1.2.4

19 Apr 16:39
70cadcc
Compare
Choose a tag to compare

Fixed Bugs

  • TestDefinitions with multiple UnitTestResults not recognized correclty (#37)
  • MsTest data driven reports wrong number of tests / failures (#43)
  • Ignored / skipped tests are not reported properly? (#44)

Where to get?

https://www.nuget.org/packages/trx2junit/1.2.4

v1.2.3

20 Feb 15:49
49ba5dc
Compare
Choose a tag to compare

Fixed Bugs

  • Added XUnit to samples (#33)
  • Test count for separate test suites are being combined (#32)

Where to get?

https://www.nuget.org/packages/trx2junit/1.2.3

v1.2.2

16 Dec 19:17
c483bcc
Compare
Choose a tag to compare

Fixed Bugs

  • Run trx2junit with file parameter returns "Path cannot be empty string or whitespaces" (#26)
  • Print version in output / add option to display version (#27)

Where to get?

https://www.nuget.org/packages/trx2junit/1.2.2

v1.2.1

13 Nov 23:47
a9511e9
Compare
Choose a tag to compare

Fixed Bugs

  • NUnit trx-output with no / empty tests results in exception (#24)

Where to get?

https://www.nuget.org/packages/trx2junit/1.2.1

v1.2.0

14 Sep 10:29
Compare
Choose a tag to compare

Enhancements

  • ability to output results to a different folder (#20)

Where to get?

https://www.nuget.org/packages/trx2junit/1.2.0