Microsoft.TestPlatform
16.6.0-preview-20200310-03
This package contains the full set of binaries for the Visual Studio Test Platform (vstest). It provides a modern, cross platform testing engine that powers the testing on .NET Core as well. It integrates with popular test frameworks like MSTest(v1 and v2), xUnit and Nunit with support for extensibility. The package supports running Coded UI tests. While running Coded UI tests, you must ensure that the package version matches the major version of Visual Studio used to build the test binaries. For example, if your Coded UI test project was built using Visual Studio 2019 (version 16.x), you must use test platform version 16.x. Coded UI test is deprecated (https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes-preview#test-tools) and Visual Studio 2019 (Test Platform version 16.x) will be the last version with Coded UI test functionality. Visit https://github.com/microsoft/vstest to know more about vstest platform.
See the version list below for details.
Install-Package Microsoft.TestPlatform -Version 16.6.0-preview-20200310-03
dotnet add package Microsoft.TestPlatform --version 16.6.0-preview-20200310-03
<PackageReference Include="Microsoft.TestPlatform" Version="16.6.0-preview-20200310-03" />
paket add Microsoft.TestPlatform --version 16.6.0-preview-20200310-03
#r "nuget: Microsoft.TestPlatform, 16.6.0-preview-20200310-03"
// Install Microsoft.TestPlatform as a Cake Addin
#addin nuget:?package=Microsoft.TestPlatform&version=16.6.0-preview-20200310-03&prerelease
// Install Microsoft.TestPlatform as a Cake Tool
#tool nuget:?package=Microsoft.TestPlatform&version=16.6.0-preview-20200310-03&prerelease
Dependencies
This package has no dependencies.
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Microsoft.TestPlatform:
Package | Downloads |
---|---|
StrykerMutator.Core
The core package for Stryker.NET. Used by other Stryker packages to run. Please install a Stryker.Runner.* package to use this package.
|
|
stryker
All stryker mutation test logic is contained in this library. This package does not include a runner. Use this package if you want to extend stryker with your own runner.
|
|
FenixAlliance.ACL.Dependencies
Application Component for the Alliance Business Suite.
|
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on Microsoft.TestPlatform:
Repository | Stars |
---|---|
dotnet/project-system
The .NET Project System for Visual Studio
|
|
stryker-mutator/stryker-net
Mutation testing for .NET core and .NET framework!
|
|
LeagueSandbox/GameServer
League Sandbox's Game Server
|
|
chayxana/Restaurant-App
Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web
|
|
dotnet/arcade
Tools that provide common build infrastructure for multiple .NET Foundation projects.
|