vscode-test-explorer
vscode-test-explorer copied to clipboard
How to reload only one specific Test Suite?
Is there a way to only reload one specific test suite rather than reloading all tests?
If not, would you please consider this as a feature request? Like a right click context menu on a single test suite(file) for instance.
I don't believe this is possible with the current way adapters are built. Loads/reloads are sent to the adapters and they're only meant to request that all tests be reloaded, there's not a way to do partial reloads currently.
@daneshmandi Why is this important? What is your problem actually?
@matepek I'm looking for this feature as well, the main reason is because the project I'm on has thousands of tests in a monorepo. We run our tests (in our case using jest) on folders or specific files.