Skip to content

Common abstractions for testloggers

Notifications You must be signed in to change notification settings

pageyboy/testlogger

 
 

Repository files navigation

Test Logger

Common test logger abstractions for Visual Studio Test Platform.

Build Status Code coverage

Packages

Logger Stable Package
Spekt.TestLogger https://github.com/spekt/testlogger/packages/580072

Contribution Guide

Run the build.ps1 or build.sh scripts in Windows or Linux to build and run the tests.

This repo always requires the latest LTS release of dotnet and dotnet runtime 3.1 for development.

If acceptance tests are failing, try running this command to see detailed output:

# Run from root of repo
> dotnet test --no-build --logger:"json;LogFilePath=test-results.json" test/assets/Json.TestLogger.MSTest.NetCore.Tests/Json.TestLogger.MSTest.NetCore.Tests.csproj

License

MIT

About

Common abstractions for testloggers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.6%
  • Other 0.4%