Releases: spekt/nunit.testlogger
Releases · spekt/nunit.testlogger
v3.1.20
- Update core testlogger to 3.1.140.
- Fix: exclude testlogger assemblies from code coverage. See spekt/junit.testlogger#72 and spekt/junit.testlogger#64.
- Fix: unknown namespace reporting for nested classes. See spekt/testlogger#41.
Nuget release: https://www.nuget.org/packages/NunitXml.TestLogger/3.1.20
v3.1.15
v3.0.131
- Update core testlogger to 3.0.86
- Fix: issue with numeral parsing in test name parser. See spekt/testlogger#35
v3.0.127
- Update core testlogger to 3.0.78 for nunit 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
- 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
See https://github.com/spekt/nunit.testlogger/blob/master/CHANGELOG.md#v30127---20220910
v3.0.117
- Upgrade core testlogger to 3.0.47
- Set
classname
for TestFixture element. See https://github.com/spekt/nunit.testlogger/issues/87 and https://github.com/spekt/nunit.testlogger/issues/88 - Report seed values for tests using
TestContext.CurrentContext.Random
. See https://github.com/spekt/nunit.testlogger/issues/78
https://github.com/spekt/nunit.testlogger/blob/master/CHANGELOG.md#v30117---20211106
v3.0.107
- Upgrade core testlogger to 3.0.37
- Fix: 'nunit' friendly name not found when using multiple loggers. See https://github.com/spekt/nunit.testlogger/issues/80
https://github.com/spekt/nunit.testlogger/blob/master/CHANGELOG.md#v30107---20210521
v3.0.97
- Upgrade core testlogger to 3.0.31
- Fix: test results file must overwrite existing file. See
https://github.com/spekt/nunit.testlogger/issues/76
https://github.com/spekt/nunit.testlogger/blob/master/CHANGELOG.md#v3097---20210310
v3.0.91
- Refactored code to use core testlogger for the testplatform logger
- Document common logger options in https://github.com/spekt/testlogger/wiki/Logger-Configuration
https://github.com/spekt/nunit.testlogger/blob/master/CHANGELOG.md#v3091---20210131