Info
Version: | 1.6.0 |
Author(s): | Duane McKibbin |
Last Update: | Thursday, April 4, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/duanemck/dotnet-testx |
NuGet Url: | https://www.nuget.org/packages/dotnet-testx |
Install
Install-Package dotnet-testx
dotnet add package dotnet-testx
paket add dotnet-testx
dotnet-testx Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
NOTE: Due to OpenCover being Windows only, this tool will only work on Windows
Features
1. Run `dotnet test` with code coverage tracking by OpenCover
2. Generate cobertura covberage results (useful for VSTS/TFS coverage reporting).
3.
Generate an HTML coverage report
4. Discover all test projects in a folder and run tests for all of them (not natively supported by `dotnet test`). Works nicely with `dotnet watch` for continuous testing of an entire solution
See https://github.com/duanemck/dotnet-testx for more details.