Skip to content

codito/vstest

 
 

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 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

Roadmap

For details on our planned features and future direction please refer to our roadmap.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.1%
  • PowerShell 0.7%
  • Shell 0.2%
  • Groovy 0.0%
  • C 0.0%
  • C++ 0.0%