Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 1.62 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.62 KB

Appveyor Test Logger

Appveyor logger extensions for Visual Studio Test Platform.

Build Status Build status NuGet Downloads

Packages

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

If you're looking for xunit, junit or nunit loggers, visit following repositories:

Usage

Appveyor logger can report test results automatically to the CI build. See an example: https://ci.appveyor.com/project/Faizan2304/loggerextensions/build/1.0.24/tests.

  1. Add a reference to the AppVeyor Logger nuget package in test project
  2. Use the following command line in tests
> dotnet test --test-adapter-path:. --logger:Appveyor
  1. Test results are automatically reported to the AppVeyor CI results

LICENSE

MIT