Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
Перейти к файлу
Jakub Jareš e8cf3808d0 Use 17.3.1 stable CodeCoverage 2025-01-22 10:45:47 +01:00
.config Enable TSA (#10385) 2024-10-10 11:18:17 +02:00
.devcontainer Resolves: Add GitHub Codespaces configuration (#3009) 2021-08-23 15:20:09 +02:00
.github Update AzureDevOps.yml 2025-01-05 16:26:38 +01:00
docs Update diagnose.md 2024-10-03 10:52:20 +02:00
eng Use 17.3.1 stable CodeCoverage 2025-01-22 10:45:47 +01:00
playground ExcludeFromSourceBuild->ExcludeFromSourceOnlyBuild (#10354) 2024-09-18 18:03:47 +02:00
samples ExcludeFromSourceBuild->ExcludeFromSourceOnlyBuild (#10354) 2024-09-18 18:03:47 +02:00
scripts Remove dependency on Nuget.Frameworks (#4693) 2023-09-26 09:44:49 +02:00
shared use some collection expressions (#5055) 2024-07-10 12:28:08 +02:00
src Add letter number among valid identifiers in class name (#13868) 2025-01-06 15:51:18 +01:00
temp Fallback to latest runtimeconfig when none is found (#5136) 2024-07-08 17:34:06 +02:00
test Fix formatting in Runner (#13871) 2025-01-08 12:18:13 +01:00
.editorconfig Convert to auto property (#10365) 2024-10-03 16:54:38 +02:00
.git-blame-ignore-revs Fix ignore blame revs file (#3508) 2022-03-23 07:17:33 +01:00
.gitattributes Normalize line endings for Microsoft.TestPlatform.Build.csproj. (#601) 2017-03-11 21:38:24 +05:30
.gitignore Merged PR 29591: Onboard to arcade 2023-03-31 09:14:58 +00:00
CODEOWNERS Remove source build CODEOWNER (#4507) 2023-06-01 22:05:53 +02:00
CODE_OF_CONDUCT.md Open Source Code of Conduct update (#2851) 2021-04-19 09:52:12 +02:00
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 [main] Update dependencies from dotnet/arcade (#5118) 2024-07-10 11:08:24 +02:00
LICENSE Merged PR 29591: Onboard to arcade 2023-03-31 09:14:58 +00:00
NuGet.config Updating version of Microsoft.VisualStudio.Interop to 17.10 (#4866) 2024-02-01 07:29:46 +01:00
README.md Update README.md (#4340) 2023-04-03 08:39:08 +00:00
SECURITY.md Microsoft mandatory file (#3667) 2022-05-24 13:11:13 +02:00
THIRD-PARTY-NOTICES.txt Remove dependency on Nuget.Frameworks (#4693) 2023-09-26 09:44:49 +02:00
TestPlatform.sln Merged PR 30352: arcade into main 2023-03-31 09:47:38 +00:00
azure-pipelines-official.yml Move to macos14 (#14137) 2025-01-22 09:00:06 +01:00
azure-pipelines.yml Move to macos14 (#14137) 2025-01-22 09:00:06 +01:00
build.cmd Merged PR 29591: Onboard to arcade 2023-03-31 09:14:58 +00:00
build.sh Merged PR 29591: Onboard to arcade 2023-03-31 09:14:58 +00:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20241112.13 (#10515) 2024-11-19 11:28:27 +01:00
restore.cmd Merged PR 29591: Onboard to arcade 2023-03-31 09:14:58 +00:00
restore.sh Merged PR 29591: Onboard to arcade 2023-03-31 09:14:58 +00:00
test.cmd Merged PR 29591: Onboard to arcade 2023-03-31 09:14:58 +00:00
test.sh Merged PR 29591: Onboard to arcade 2023-03-31 09:14:58 +00:00

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.