formulahendry / vscode-dotnet-test-explorer

.NET Core Test Explorer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet-test-explorer
MIT License
204 stars 97 forks source link

Add Test Detail Summary #349

Open EricWebsmith opened 2 years ago

EricWebsmith commented 2 years ago

Dotnet 6.0 Unit Test Framework is mstest.

We know that in visual studio 2022, if we click the test case, the test detail summary will be displayed just below the test explorer. Is it possible to implement the same here? thanks.