hbenl / vscode-test-explorer

The VS Code Test Explorer extension
MIT License
215 stars 55 forks source link

Feature request: add test count #229

Open nir-arad opened 2 years ago

nir-arad commented 2 years ago

My hierarchical test suite has hundreds of tests. It would be nice to have, in the explorer UI, a count of tests in the sub-tree for each line (to the right of the node name, and ideally right-aligned), like so:

v test           12
  > testThis     10
  v testThat      2
    o testOne
    o testTwo