Description
I'm using dotnet cli extensively and (almost) all commands have wildcard support. (dotnet restore, build, test, etc). It would be great to be able to do
vstest.console.exe /path/to/project/tests/**.Tests/**/*.Tests.dll.
Or in my case dotnet vstest /path/to/project/tests/**.Tests/**/*.Tests.dll.