From 876349f91172f633aa11ceb3317317f8b0d0e8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=20Verth=C3=A9?= Date: Fri, 24 Jul 2020 11:41:28 +0200 Subject: [PATCH] Add GitHub logger --- docs/report.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/report.md b/docs/report.md index fcb85565..a7aa5468 100644 --- a/docs/report.md +++ b/docs/report.md @@ -27,6 +27,7 @@ if you're interested in the architecture of a test logger. | AppVeyor | [AppVeyor.TestLogger][appveyor.nuget] | [AppVeyor Logger][] | | Azure Pipelines | [AzurePipelines.TestLogger][azurepipelines.nuget] | [Azure Pipelines Logger][] | | TeamCity | [TeamCity.VSTest.TestAdapter][teamcity.nuget] | [Teamcity Logger][] | +| GitHub | [GitHub.TestLogger][github.nuget] | [GitHub Logger][] [Trx Logger]: https://github.com/Microsoft/vstest/tree/master/src/Microsoft.TestPlatform.Extensions.TrxLogger [Html Logger]: https://github.com/Microsoft/vstest/tree/master/src/Microsoft.TestPlatform.Extensions.HtmlLogger @@ -36,12 +37,14 @@ if you're interested in the architecture of a test logger. [AppVeyor Logger]: https://github.com/spekt/appveyor.testlogger [Azure Pipelines Logger]: https://github.com/daveaglick/AzurePipelines.TestLogger [TeamCity Logger]: https://github.com/JetBrains/TeamCity.VSTest.TestAdapter +[GitHub Logger]: https://github.com/dogguts/githubtestlogger [xunit.nuget]: https://www.nuget.org/packages/XunitXml.TestLogger [nunit.nuget]: https://www.nuget.org/packages/NUnitXml.TestLogger/ [appveyor.nuget]: https://www.nuget.org/packages/AppVeyor.TestLogger [azurepipelines.nuget]: https://www.nuget.org/packages/AzurePipelines.TestLogger [teamcity.nuget]: https://www.nuget.org/packages/TeamCity.VSTest.TestAdapter +[github.nuget]: https://www.nuget.org/packages/GitHub.TestLogger/ Want to add your logger? Please send a PR with changes in this doc.