You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to execute one particular test so I specify a filter, but dotnet test executes several tests. So I need to understand what tests my filter captures. I would expect that --list-tests with --filter tells me. But it doesn't. --list-tests always shows all tests ignoring --filter option which is a pity.
Steps to reproduce
dotnet test Tests.csproj --list-tests --filter FullyQualifiedName~MyClass.MyMethod
lists only tests satisfying the filter
Expected behavior
lists only tests satisfying the filter
Actual behavior
lists all tests in assembly
chamons, JDunn3, UyttenhoveSimon, vineet-12, pantosha and 34 more