Limit Test Explorer Runs to Specific Unit Tests
I use Unit Test projects in Visual Studio using the NuGet MSTest.TestFramework package. While most of the tests are unit tests, some are integration tests (because it is so handy to run run them in the Test Explorer, too). In the same project, I may have may both types. To separate the tests into “unit tests” versus “other”… Read More »