Skip to content

Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.

License

Notifications You must be signed in to change notification settings

microsoft/vstest

Folders and files

NameName
Last commit message
Last commit date
Aug 23, 2021
Feb 25, 2022
Aug 25, 2022
Feb 21, 2023
Jun 22, 2022
Feb 21, 2023
Mar 23, 2023
Jun 15, 2022
Feb 21, 2023
Apr 5, 2023
Feb 21, 2023
Jun 22, 2022
Mar 23, 2022
Mar 11, 2017
Mar 29, 2022
Feb 22, 2022
Apr 19, 2021
May 20, 2021
Jul 20, 2020
May 29, 2023
Apr 22, 2022
May 24, 2022
Apr 20, 2022
Jun 8, 2022
Jun 18, 2021
May 29, 2023
Mar 29, 2022
Apr 18, 2017
Jun 20, 2022
Feb 12, 2017
Apr 18, 2017

Repository files navigation

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

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

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 and Quarterly Checkin reports