Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
Перейти к файлу
dotnet-maestro[bot] 266b179980
Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage build 20250109.1 (#14490)
Microsoft.Internal.CodeCoverage
 From Version 17.14.0-preview.25056.1 -> To Version 17.14.0-preview.25059.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2025-01-13 20:04:23 +01:00
.config
.devcontainer
.github Update AzureDevOps.yml 2025-01-05 16:26:38 +01:00
docs
eng Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage build 20250109.1 (#14490) 2025-01-13 20:04:23 +01:00
playground
samples
scripts
shared
src Add letter number among valid identifiers in class name (#13868) 2025-01-06 15:51:18 +01:00
temp
test Update io.redist (#13872) 2025-01-09 09:09:24 +01:00
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
CODEOWNERS
CODE_OF_CONDUCT.md
Directory.Build.props Set NetCurrent so that it doesn't roll forward automatically (#10622) 2024-12-10 14:16:19 +01:00
Directory.Build.targets
LICENSE
NuGet.config
README.md
SECURITY.md
THIRD-PARTY-NOTICES.txt
TestPlatform.sln
azure-pipelines-official.yml Move to macos14 (#14137) 2025-01-13 20:02:30 +01:00
azure-pipelines.yml Move to macos14 (#14137) 2025-01-13 20:02:30 +01:00
build.cmd
build.sh
global.json Update dependencies from https://github.com/dotnet/arcade build 20250108.5 (#14487) 2025-01-13 20:02:52 +01:00
restore.cmd
restore.sh
test.cmd
test.sh

README.md

VSTest

The Visual Studio Test Platform is an open and extensible test platform that enables running tests, collect diagnostics data and report results. The Test Platform supports running tests written in various test frameworks, and using a pluggable adapter model. Based on user-choice, the desired test framework and its corresponding adapter can be acquired as a vsix or as NuGet package as the case may be. Adapters can be written in terms of a public API exposed by the Test Platform.

The Test Platform currently ships as part Visual Studio 2019, and in the .NET Core Tools Preview 3.

Build status

Build Status

Contributing

IMPORTANT: We only accept PRs for which exists a previously discussed and approved issue.

There are many ways to contribute to VSTest

NOTE: When adding a new public API, always add it directly to the PublicAPI.Shipped.txt file. This helps us ensure we are always considering potential breaking changes (even between successive commits of un-released version) and avoids the burden of the unshipped to shipped commit.

Documentation

Features

Other

Building

VSTest can be built from within Visual Studio or from the CLI.

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

VSTest platform is licensed under the MIT license

Issue Tracking

Please see issue tracking for a description of the workflow we use to process issues.

Roadmap

For more information on shipped and upcoming features/enhancements please refer to our Releases.