Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
Перейти к файлу
dotnet-maestro[bot] 1ed1b4ff00
[main] Update dependencies from dotnet/arcade (#4979)
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks
 From Version 9.0.0-beta.24207.1 -> To Version 9.0.0-beta.24212.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-04-15 16:54:06 +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 Update dotnetcoretests.md (#4977) 2024-04-11 12:40:00 +02:00
eng [main] Update dependencies from dotnet/arcade (#4979) 2024-04-15 16:54:06 +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 Fix single quote and space in F# pretty methods (#4969) 2024-04-09 14:42:21 +02:00
temp Add missing runtimeconfig.json file for 8.0 (#4792) 2023-12-15 10:51:50 +00:00
test [main] Update dependencies from devdiv/DevDiv/vs-code-coverage (#4974) 2024-04-12 14:00:59 +00: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 Revert to -pt image name (#4963) 2024-04-05 10:24:33 +02:00
azure-pipelines.yml Simplify public build, and re-enable tests (#4931) 2024-03-11 14:21:48 +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 [main] Update dependencies from dotnet/arcade (#4979) 2024-04-15 16:54:06 +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.