Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update ISSUE_TEMPLATE.md (#1293) Nov 16, 2017
samples Fix - Avoid usage of JsonConvert in test host process (#1881) Jan 3, 2019
scripts Downgrade Test.Sdk to net40 and fix casing (#1860) Dec 10, 2018
src Use build framework log in VSTestLogsTask (#1882) Jan 10, 2019
test Fix - Avoid usage of JsonConvert in test host process (#1881) Jan 3, 2019
.gitattributes Normalize line endings for Microsoft.TestPlatform.Build.csproj. (#601) Mar 11, 2017
.gitignore Fixed issue where proc dump was not getting terminated on no crash (#… Nov 22, 2018
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#1305) Nov 27, 2017
CONTRIBUTING.md Create CONTRIBUTING.md (#1306) Nov 27, 2017
LICENSE Updating License to remove year. Feb 15, 2017
NuGet.config Converting portable pdbs to full pdbs for Symbol Archiving (#1445) Feb 22, 2018
README.md Added linkes to all RFCs (#1743) Sep 11, 2018
TestPlatform.sln Add a tool to migrate testsettings to runsettings (#1600) May 23, 2018
TestPlatform_BuildFromSource.sln Build From Source (#1653) Jun 28, 2018
azure-pipelines.yml TestPlatform.PR (#1837) Nov 21, 2018
build.cmd Updating the scripts to by pass execution policy not requiring devs t… Feb 12, 2017
build.sh Updates to unix build script (#708) Apr 18, 2017
netci.groovy Source build support (#1241) Nov 3, 2017
test.cmd Updating the scripts to by pass execution policy not requiring devs t… Feb 12, 2017
test.sh Updates to unix build script (#708) Apr 18, 2017

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 2017, and in the .NET Core Tools Preview 3.

Build status

Debug Release
master Build Status Build Status

Contributing

There are many ways to contribute to VSTest

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 information on shipped and upcoming features please refer to our Releases Roadmap.