284 Forks
780 Stars
780 Watchers

vstest

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

How to download and setup vstest

Open terminal and run command
git clone https://github.com/microsoft/vstest.git
git clone is used to create a copy or clone of vstest repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with vstest https://github.com/microsoft/vstest/archive/master.zip

Or simply clone vstest with SSH
[email protected]:microsoft/vstest.git

If you have some problems with vstest

You may open issue on vstest support forum (system) here: https://github.com/microsoft/vstest/issues