Skip to content

A dotnet core logger for logging tests results to TeamCity as service messages

License

Notifications You must be signed in to change notification settings

agileworks-eu/DotnetCore.TeamCityLogger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotnetCore.TeamCityLogger

Table of Contents

  1. Description
  2. Usage

Description

This library contains a dotnet core logger that can be used be used to log test results to a TeamCity server using service messages as descibed in the TeamCity documentation: https://confluence.jetbrains.com/display/TCD10/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-ReportingTests

Usage

In order to use the library you can either:

  • Add the library as a reference to the test project
  • Add the DotnetCore.TeamCityLogger.dll to the dotnet extensions directory. E.g (note that your sdk install location make differ):
    • Windows: C:\Program Files\dotnet\sdk\2.0.0\Extensions
    • Linux: /usr/share/dotnet/sdk/2.0.0/Extensions/ After installation the logger can be used like a normal dotnet test logger: dotnet test --logger teamcity

About

A dotnet core logger for logging tests results to TeamCity as service messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%