You've found the GitHub repository which contains the content for the Visual Studio Test Platform documentation. If you are looking for the Visual Studio Test Platform product GitHub repository, you can find it here.
- Test Platform Architecture
- Test Discovery Protocol
- Test Execution Protocol
- Adapter Extensibility
- Test Platform SDK
- Editors API Specification
- Data collection Protocol
- Translation Layer
- Editors API Revision Update
- Roadmap
There are many ways to contribute to VSTest
- Submit issues and help verify fixes as they are checked in.
- Review the documentation changes.
- Contribute new topics/information, or make changes to existing documentation.
We use docfx for building this documentation. A short primer on editing this repo is below.
First, download latest release of docfx (docfx.zip
package) and extract it locally. We will use d:\tmp\docfx as destination for these steps.
Open a command prompt, git clone this repo. Use the following commands to build and run a local server.
> cd d:\src\vstest-docs
> d:\tmp\docfx\docfx.exe build
> d:\tmp\docfx\docfx.exe serve
Open http://localhost:8080/_site in a browser to see the rendering of the documentation.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.