Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
Перейти к файлу
Alexander Köplinger c4d8039780 Bump to macos-12 build image (#5101) 2024-06-17 10:41:36 +02:00
.devcontainer Resolves: Add GitHub Codespaces configuration (#3009) 2021-08-23 15:20:09 +02:00
.github Onboarding to GitOps.ResourceManagement (#4551) 2023-06-15 14:49:49 +02:00
docs Add GitHub Actions logger (#4906) 2024-02-23 09:51:34 +01:00
eng Merge branch 'rel/17.10' of https://github.com/microsoft/vstest into rel/17.10 2024-05-22 13:20:29 +02:00
playground Improve terminal logger (#4877) 2024-02-13 18:04:38 +01:00
samples Merged PR 30352: arcade into main 2023-03-31 09:47:38 +00:00
scripts Remove dependency on Nuget.Frameworks (#4693) 2023-09-26 09:44:49 +02:00
shared Added net7 support. (#3944) 2022-08-25 11:40:30 +02:00
src [rel/17.10] Add list of known TestingPlatform dlls (#4982) 2024-04-15 20:55:46 +02:00
temp Add missing runtimeconfig.json file for 8.0 (#4792) 2023-12-15 10:51:50 +00:00
test Ensure to send a session complete event (#4878) 2024-02-23 09:52:34 +01:00
.editorconfig Added net7 support. (#3944) 2022-08-25 11:40:30 +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 Make VSTest repo buildable in VMR non-source-build (#4920) 2024-03-06 17:25:29 +00:00
Directory.Build.targets Make VSTest repo buildable in VMR non-source-build (#4920) 2024-03-06 17:25:29 +00: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 Bump to macos-12 build image (#5101) 2024-06-17 10:41:36 +02:00
azure-pipelines.yml Bump to macos-12 build image (#5101) 2024-06-17 10:41:36 +02: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 20240520.3 (#5052) 2024-05-22 13:16:28 +02: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.