最佳答案
I have a large test suite in a .NET Core project. I can use the Test Explorer window to select a few tests to run.
I can also run the whole test suite on the command line with dotnet test
. Is there a way to run only one (or a few) tests on the command line?