Skip to content

Releases: spekt/xunit.testlogger

v3.1.20

10 Feb 01:41
298f1a9
Compare
Choose a tag to compare

Nuget release: https://www.nuget.org/packages/XunitXml.TestLogger/3.1.20

v3.1.17

17 Sep 08:43
0217749
Compare
Choose a tag to compare
  • Fix for reporting nested test classes. See #48 and spekt/testlogger#41. Thanks @pageyboy.
  • Update core testlogger to 3.1.138.
  • Infra: fix build when repo is cloned in path with whitespace.

v3.1.11

06 Jul 12:16
e049c29
Compare
Choose a tag to compare
  • Update core testlogger to 3.1.130.
  • Fix for illegal xml characters in various names. See spekt/testlogger#37
  • Use DisplayName for method names. See #46
  • Various infra fixes: move to net7.0, add github CI and remove appveyor.

v3.0.78

30 Jan 16:25
5a724f3
Compare
Choose a tag to compare
  • Update core testlogger to 3.0.86 for xunit test adapter
  • Fix: Explicit tests should be marked as Skipped. See
    spekt/nunit.testlogger#86
  • Replace Test Case name parser Possible Breaking Change
    • For most or maybe all users the new parser should fix the issues shown below, without introducing new issues. In case you do encounter any new parsing failures a feature flag Parser=Legacy has been added to use the prior parser. See logger config wiki for details.
    • Fix: Test case parse error if name contains special characters. See
      spekt/nunit.testlogger#90
    • Fix: Covers several parsing issues. Thanks @becha2 for all the detailed examples.
      spekt/testlogger#28
    • Fix: Log member data. Thanks @BottlecapDave for the issue report and @hach-que for the draft fix.
      spekt/junit.testlogger#50
    • Fix: Issue parsing chars. Thanks @binarycow for the issue report.
      spekt/nunit.testlogger#90
    • Reduce log verbosity: The parser, if it encounters problems, will only output one warning per run to the console instead of one per problem
    • Fix: Issue parsing numbers. See spekt/testlogger#35

v3.0.70

01 Nov 15:59
Compare
Choose a tag to compare
  • Upgrade testlogger to 3.0.47
  • Fix: generate test results when used along with JUnit.TestLogger. See #36 and #37

https://github.com/spekt/xunit.testlogger/blob/master/CHANGELOG.md#v3070---20211101

v3.0.66

10 Mar 16:36
51d4bab
Compare
Choose a tag to compare

https://github.com/spekt/xunit.testlogger/blob/master/CHANGELOG.md#v3066---20210310

v3.0.62

03 Feb 14:12
ad54966
Compare
Choose a tag to compare
  • Fix a regression with 3.0.56 release due to which Traits were not available for Test elements in the report. See #32

https://github.com/spekt/xunit.testlogger/blob/master/CHANGELOG.md#v3062---20210203

v3.0.56

31 Jan 05:54
c41ffdc
Compare
Choose a tag to compare

https://github.com/spekt/xunit.testlogger/blob/master/CHANGELOG.md#v3056---20210131

v2.1.45 release for xunit.testlogger

24 Jan 09:37
dfa24c2
Compare
Choose a tag to compare
Update README.md (#27)

fixed invalid URL