spekt - Appveyor.TestLogger 2.1.16

Logger for uploading test result in Appveyor when test is running with "dotnet test" or "dotnet vstest".

PM> Install-Package Appveyor.TestLogger -Version 2.1.16 -Source https://www.myget.org/F/spekt/api/v3/index.json

Copy to clipboard

> nuget.exe install Appveyor.TestLogger -Version 2.1.16 -Source https://www.myget.org/F/spekt/api/v3/index.json

Copy to clipboard

> dotnet add package Appveyor.TestLogger --version 2.1.16 --source https://www.myget.org/F/spekt/api/v3/index.json

Copy to clipboard
<PackageReference Include="Appveyor.TestLogger" Version="2.1.16" />
Copy to clipboard
source https://www.myget.org/F/spekt/api/v3/index.json

nuget Appveyor.TestLogger  ~> 2.1.16
Copy to clipboard

> choco install Appveyor.TestLogger --version 2.1.16 --source https://www.myget.org/F/spekt/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "spekt" -SourceLocation "https://www.myget.org/F/spekt/api/v2"
Install-Module -Name "Appveyor.TestLogger" -RequiredVersion "2.1.16" -Repository "spekt" 
Copy to clipboard

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

  • .NETFramework 4.5: 4.5.0.0
  • .NETStandard 1.0: 1.0.0.0

Owners

Arun Mahapatra

Authors

codito, siphonophora, faizan2304, ngbrown, smadala

Project URL

https://github.com/spekt/appveyor.testlogger

License

MIT

Info

340 total downloads
67 downloads for version 2.1.16
Download (27.02 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
2.1.16 27.02 KB Wed, 27 Jan 2021 07:03:14 GMT 67
2.1.15 27.02 KB Thu, 17 Sep 2020 02:06:09 GMT 68
2.1.13 16.85 KB Tue, 03 Sep 2019 01:05:53 GMT 65
2.1.12 16.85 KB Wed, 06 Jun 2018 01:29:52 GMT 68
2.0.11 16.78 KB Wed, 06 Jun 2018 01:13:24 GMT 72