Skip to content

Jensaarai/xunit.testlogger

 
 

Repository files navigation

Xunit Test Logger

Xunit logger extensions for Visual Studio Test Platform.

Build Status Build status

Packages

Logger Stable Package Pre-release Package
Xunit NuGet MyGet Pre Release

Usage

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

  1. Add a reference to the Xunit Logger nuget package in test project
  2. Use the following command line in tests
> dotnet test --test-adapter-path:. --logger:xunit
  1. Test results are generated in the TestResults directory relative to the test.csproj

A path for the report file can be specified as follows:

> dotnet test --test-adapter-path:. --logger:xunit;LogFilePath=test_result.xml

test_result.xml will be generated in the same directory as test.csproj.

LICENSE

MIT

About

XUnit logger for vstest platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%