Info
Version: | 17.11.1 |
Author(s): | Microsoft |
Last Update: | Thursday, September 5, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/microsoft/vstest |
NuGet Url: | https://www.nuget.org/packages/Microsoft.TestPlatform.Portable |
Install
Install-Package Microsoft.TestPlatform.Portable
dotnet add package Microsoft.TestPlatform.Portable
paket add Microsoft.TestPlatform.Portable
Microsoft.TestPlatform.Portable Download (Unzip the "nupkg" after downloading)
Dependencies
2 packages depend on this package.
Tags
Vstest provides a modern, cross platform testing engine that also powers the testing on .NET Core.
Supports the following popular test frameworks: MSTest v2, xUnit and Nunit with support for extensibility.
Visit https://github.com/microsoft/vstest to know more about vstest platform.
For running tests based on the MSTest v1 framework, .orderedtest, .webtest and .generictest please use Microsoft.TestPlatform package.