vscode-java-test
vscode-java-test copied to clipboard
Feature Request: Only run filtered tests
I am filtering out large acceptance tests via the filter textbox. I would like to press a button that only runs the tests that are currently in view.
Have you tried this button?
Thank you, but it would also be nice if the buttons on the single groups in the tree view below would honor the current filters. Don't you think so?
Ah, I think I get your point.
Do you mean that in the below case:
When you click the 'play' button, only the case testInitFindForm()
should be run?
Exactly. :-)
Thanks for the confirmation. Currently this behavior is determined by the VS Code testing API. To resolve this issue, we need the upstream API gets an update.
Currently, please use the button in the navigation bar as a workaround.