Releases: spekt/xunit.testlogger
Releases · spekt/xunit.testlogger
v3.1.20
- Update core testlogger to 3.1.140.
- Fix: exclude code coverage instrumentation for test loggers. See spekt/junit.testlogger#64 and spekt/junit.testlogger#72.
Nuget release: https://www.nuget.org/packages/XunitXml.TestLogger/3.1.20
v3.1.17
v3.1.11
v3.0.78
- Update core testlogger to 3.0.86 for xunit test adapter
- Fix: Explicit tests should be marked as Skipped. See
https://github.com/spekt/nunit.testlogger/issues/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
https://github.com/spekt/nunit.testlogger/issues/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.
https://github.com/spekt/nunit.testlogger/issues/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
- 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
v3.0.70
- Upgrade testlogger to 3.0.47
- Fix: generate test results when used along with JUnit.TestLogger. See https://github.com/spekt/xunit.testlogger/issues/36 and https://github.com/spekt/xunit.testlogger/issues/37
https://github.com/spekt/xunit.testlogger/blob/master/CHANGELOG.md#v3070---20211101
v3.0.66
- Upgrade testlogger to 3.0.31
- Fix: overwrite test result file if it already exists. See
https://github.com/spekt/nunit.testlogger/issues/76
https://github.com/spekt/xunit.testlogger/blob/master/CHANGELOG.md#v3066---20210310
v3.0.62
- 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
- Refactor to support core testlogger
- Compatibility: minimum framework is netstandard1.5 and TestPlatform 15.5.0
- Use test run start and end times for run duration reporting for assembly. See #26
- Escape control characters from the generated xml. See #25
- Token expansion for
{assembly}
and{framework}
in results file. See
https://github.com/spekt/testlogger/wiki/Logger-Configuration
https://github.com/spekt/xunit.testlogger/blob/master/CHANGELOG.md#v3056---20210131
v2.1.45 release for xunit.testlogger
Update README.md (#27) fixed invalid URL