hbenl / vscode-test-explorer

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

Is there a way to show only tests of current opened test file ? #251

Open tientaidev opened 1 year ago

tientaidev commented 1 year ago
image

I have a repo with a lot number of tests. Running all of the tests would take ... hours and it's very painful to navigate. I only want to run tests which belongs to the file that I am opening. Are there any ways to do that ?