Skip to content

A Visual Studio test logger that reports test results in TAP format

License

Notifications You must be signed in to change notification settings

jbowtie/Tap.TestLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAP Test Logger

TAP logging extension for Visual Studio Test Platform.

This logger formats the test results using the Test Anything Protocol, which is used by Heroku buildpacks and several other tools in the testing ecosystem.

Packages

Tap.TestLogger NuGet

Usage

Add a reference to the logger into your test project.

dotnet add package Tap.TestLogger

Specify the use of the logger format when running your tests.

dotnet test --logger:tap

By default the output will be found in TestResults/TestResults.txt

License

MIT

About

A Visual Studio test logger that reports test results in TAP format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages