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
> nuget.exe install Appveyor.TestLogger -Version 2.1.16 -Source https://www.myget.org/F/spekt/api/v3/index.json
> dotnet add package Appveyor.TestLogger --version 2.1.16 --source https://www.myget.org/F/spekt/api/v3/index.json
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
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.
Packages
Logger | Stable Package | Pre-release Package |
---|---|---|
AppVeyor |
If you're looking for xunit
, junit
or nunit
loggers, visit following repositories:
- https://github.com/spekt/xunit.testlogger
- https://github.com/spekt/junit.testlogger
- https://github.com/spekt/nunit.testlogger
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.
- Add a reference to the AppVeyor Logger nuget package in test project
- Use the following command line in tests
> dotnet test --test-adapter-path:. --logger:Appveyor
- 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
OwnersArun Mahapatra |
Authorscodito, siphonophora, faizan2304, ngbrown, smadala |
Project URLhttps://github.com/spekt/appveyor.testlogger |
LicenseMIT |
Info6 total downloads |
1 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 | 1 | ||||
2.1.15 | 27.02 KB | Thu, 17 Sep 2020 02:06:09 GMT | 1 | ||||
2.1.13 | 16.85 KB | Tue, 03 Sep 2019 01:05:53 GMT | 1 | ||||
2.1.12 | 16.85 KB | Wed, 06 Jun 2018 01:29:52 GMT | 1 | ||||
2.0.11 | 16.78 KB | Wed, 06 Jun 2018 01:13:24 GMT | 2 |