Documentation for the Visual Studio Test Platform.
Перейти к файлу
Jakub Jareš 1f37e7d548
Add release notes for 16.6.0-preview-20200318-01
2020-03-20 08:44:28 +01:00
Quarterly Checkins Add QC4 (#220) 2020-01-24 14:49:51 +01:00
RFCs Passing test run paramters via cli (#219) 2020-02-12 17:58:22 +05:30
api Docfx (#5) 2016-08-23 22:13:36 +05:30
docs Add release notes for 16.6.0-preview-20200318-01 2020-03-20 08:44:28 +01:00
.gitattributes Docfx (#5) 2016-08-23 22:13:36 +05:30
.gitignore Clean up the Architecture document (#8) 2016-08-25 15:50:35 +05:30
LICENSE Adding License. 2017-02-15 23:05:53 +05:30
README.md Fix typo in README.md (#156) 2018-10-11 12:51:11 +05:30
docfx.json Docfx (#5) 2016-08-23 22:13:36 +05:30
index.md Docfx (#5) 2016-08-23 22:13:36 +05:30
issuetracking.md Create issuetracking.md (#104) 2017-11-21 15:08:32 +05:30
roadmap.md Update roadmap.md (#118) 2018-03-08 10:04:28 +05:30
toc.yml Docfx (#5) 2016-08-23 22:13:36 +05:30

README.md

Visual Studio Test Platform Documentation

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.

Documentation

Contributing

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.

Editing docs

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.

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.