Skip to content

Commit

Permalink
docs: update xunit format link in readme
Browse files Browse the repository at this point in the history
Fixed #35
  • Loading branch information
codito authored Apr 22, 2021
1 parent 06695a7 commit 6112f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you're looking for `nunit`, `junit` or `appveyor` loggers, visit following re
* <https://github.com/spekt/appveyor.testlogger>

## Usage
Xunit logger can generate xml reports in the xunit v2 format (https://xunit.github.io/docs/format-xml-v2.html).
Xunit logger can generate xml reports in the xunit v2 format (https://xunit.net/docs/format-xml-v2).

1. Add a reference to the [Xunit Logger](https://www.nuget.org/packages/XunitXml.TestLogger) nuget package in test project
2. Use the following command line in tests
Expand Down

0 comments on commit 6112f17

Please sign in to comment.