I'm using SpecFlow in VS 2015 to create Selenium Webdriver automation tests (though that's not relevant to this question.) Outside of Visual Studio I run the tests with nunit3-console.exe.
Inside VS my App.config is setup for <unitTestProvider name="SpecRun+NUnit" />
My question relates to how scenarios appear in Test Explorer. If I create a feature file "FooTest.feature" with a single scenario "Add foo numbers" with tag @mytag, this is what shows in Test Explorer when I group by traits:
Or if I group by class I get:
Do I have any control over this? Or is this just the way it works? Ideally I would just want to view the 'mytag' entry. (Or Category [mytag]. Just not all of them!)