Custom Test Adapter is not showing tests on Test Explorer
问题 I am trying to implement a custom Test Adapter, all the files are bellow: TSTestDiscoverer.cs TSTestExecutor.cs TSTestContainer.cs TSTestContainerDiscoverer.cs VsSolutionHelper.cs from XMLTestDiscoverer source code Using vstest.console.exe /listdiscoverers /usevsixextensions:true I confirmed that the extension is installed and it is listed on the test discoverers. Running vstest.console.exe file.ts I confirmed that both TSTestDiscoverer and TSTestExecutor are working correctly. Now I want to