Awesome
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