Microsoft.TestPlatform by Microsoft

<PackageReference Include="Microsoft.TestPlatform" Version="17.9.0" />

Package Files

103,817,523 bytes

 Microsoft.TestPlatform 17.9.0

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.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Microsoft.TestPlatform</id>
    <version>17.9.0</version>
    <authors>Microsoft</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE_VS.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://github.com/microsoft/vstest</projectUrl>
    <description>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.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>vstest visual-studio unittest testplatform mstest microsoft test testing</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/microsoft/vstest" commit="a77b8d5b4aa89504bbff10e2880c27fd55adc55b" />
  </metadata>
</package>