Microsoft.Testing.Platform extensions
Microsoft.Testing.Platform can be customized through extensions. These extension are either built-in or can be installed as NuGet packages. Extensions installed through NuGet packages will auto-register the extensions they are holding to become available in test execution.
Each and every extension is shipped with its own licensing model (some less permissive), be sure to refer to the license associated with the extensions you want to use.
Extensions
Extensions designed to provide code coverage support.
Extensions offering diagnostics and troubleshooting functionalities.
Extensions affecting how the test execution is hosted.
Extensions allowing to define policies around the test execution.
Extensions allowing to produce test report files that contains information about the execution and outcome of the tests.
This extension provides a compatibility layer with VSTest allowing the test frameworks depending on it to continue supporting running in VSTest mode (vstest.console.exe
, usual dotnet test
, VSTest task
on AzDo, Test Explorers of Visual Studio and Visual Studio Code...).
This extension provides support to execute a test project that makes use of Microsoft Fakes
.