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

Number of tests in front of the namespaces #127

Open aboimpinto opened 6 years ago

aboimpinto commented 6 years ago

Hello,

would be nice to have the number of tests discovered for each namespace or class. With this, would be nice to have a counter that show how many tests already run successful and how many tests run with error.

With this we can have an idea of the number of tests in the project, how may are ignored and how many are with error.

tkx Paulo Aboim Pinto

stefanforsberg commented 6 years ago

I like this conceptually but currently there isn't really a great place to put this information. I fear that it would make the tree more cluttered and harder to overlook.

Maybe the ability to filter the tree and only show failed tests for instance is what you're really looking for?

aboimpinto commented 6 years ago

If I have to create a report regarding the number of tests, I have no place with this information. I'm talking the number of running tests and even the number of ignored tests in order to tackle this issue

stefanforsberg commented 6 years ago

I realize it's not exactly what you're asking for but the status bar shows this information aggregated across all your test projects.

image