vstest icon indicating copy to clipboard operation
vstest copied to clipboard

dotnet test --list-tests ignored --logger parameter

Open livarcocc opened this issue 7 years ago • 5 comments

From @kmcgain on April 9, 2017 23:19

This may be a missing feature rather than an issue.

Steps to reproduce

dotnet new xunit dotnet restore dotnet build dotnet test --list-tests --logger trx

Expected behavior

A TestResults folder created with a single trx file that includes test definitions

Actual behavior

The parameter is ignored and the list is displayed in the program output

If trx file is not appropriate for listing the tests then an alternative output should be supported as the regular output is not easily parsable.

Copied from original issue: dotnet/cli#6280

livarcocc avatar Apr 10 '17 04:04 livarcocc