Skip to content

Commit

Permalink
feat: use regex parser (#38)
Browse files Browse the repository at this point in the history
Updated testlogger dependency. See spekt/testlogger#28
  • Loading branch information
Siphonophora authored Apr 3, 2022
1 parent 2d0837f commit 7d6b7d5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## Unreleased (v3.1.x)

- Update core testlogger to 3.0.78 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](https://github.com/spekt/testlogger/wiki/Logger-Configuration) 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.
https://github.com/spekt/testlogger/issues/28
- Fix: Log member data. Thanks @BottlecapDave for the issue report and @hach-que for the draft fix.
https://github.com/spekt/junit.testlogger/issues/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


## v3.0.70 - 2021/11/01

- Upgrade testlogger to 3.0.47
Expand Down
2 changes: 1 addition & 1 deletion scripts/dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<MSTestVersion>1.3.2</MSTestVersion>
<NETTestSdkVersion>15.7.2</NETTestSdkVersion>
<MoqVersion>4.9.0</MoqVersion>
<TestLoggerVersion>3.0.47</TestLoggerVersion>
<TestLoggerVersion>3.0.78</TestLoggerVersion>

<!-- Test Assets use the minimum supported versions -->
<NETTestSdkMinimumVersion>15.5.0</NETTestSdkMinimumVersion>
Expand Down

0 comments on commit 7d6b7d5

Please sign in to comment.