How to tell Visual Studio Online VS Test Task to ignore certain nUnit test categories
"TestCategory!=LongRunningTest"
Alternatively, if working online in Visual Studio, group the tests by Traits and select only those you want to run.
"TestCategory!=LongRunningTest"
Alternatively, if working online in Visual Studio, group the tests by Traits and select only those you want to run.