vstest-docs icon indicating copy to clipboard operation
vstest-docs copied to clipboard

Documentation for the Visual Studio Test Platform.

Results 38 vstest-docs issues
Sort by recently updated
recently updated
newest added

we are seeing a difference in code coverage results created from Visual studio UI and the command line option dotnet test , even though both using the same runsettings file....

Hi there, I'm trying to add a custom log collector to our tests and I'm not able to get the collector recognized. It very simply just collects failed test cases...

when running `dotnet test -s test.runsettings`, path to runsettings file does not work with relative path.