tacheometry / testez-companion

Run TestEZ tests and view their results right from VS Code
https://marketplace.visualstudio.com/items?itemName=tacheometrist.testez-companion
GNU General Public License v3.0
22 stars 4 forks source link

Add additional presentation options #10

Open LastTalon opened 1 year ago

LastTalon commented 1 year ago

At the moment the tests are presented in several categories: all, failing, passing, skipped. It would be useful to expand the options for displaying these to allow views such as hiding skipped tests from the tree for example.

tacheometry commented 1 year ago

(For future reference)

We could have a panel with a search bar like in this Python test interface. There's also a button to toggle between a list and tree view.

test-explorer

Tree view on top and list view on the bottom: image

This change would eliminate the need for so many panels (currently, "Test Explorer", "Failing Tests", "Passing Tests", "Skipped Tests"), and leave just one.