Test Explorer shows only the groups following the TestFilter / InnerTests test.
The New Tester tab is a common container. Using the special / addon / plugin adapters, you can integrate other test environments (NUnit, xUnit, Qunit, ...) into the Test Explorer ... but these adapters must follow the interface of the test explorer.
Thus, it is not supported on the Test Explorer tab, I have not found a way to expand the test explorer tab before.
Perhaps another test structure will allow you to have a hierarchy, but it will be in a different custom tab and with a different attribute (TestCategory is an MSTest attribute).
Just for information, you can thus combine the features in the test explorer window.
Trait:"MainTestType1" Trait:"SubTestType3"
Cybermaxs
source share