Visual Studio Test
Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
Configuration
- Configure a test run
- Configure unit tests by using a .runsettings file
- Interesting change brought by PR #2128
<RunSettings>
<RunConfiguration>
<EnvironmentVariables>
<DOTNET_ROOT>C:\ProgramFiles\dotnet</DOTNET_ROOT>
<SDK_PATH>C:\Codebase\Sdk</SDK_PATH>
<FOO>bar</FOO>
</EnvironmentVariables>
</RunConfiguration>
</RunSettings>