scalameta / metals-feature-requests

Issue tracker for Metals feature requests
37 stars 4 forks source link

Multiple test suites per launch target in vscode #170

Open heksesang opened 3 years ago

heksesang commented 3 years ago

Is your feature request related to a problem? Please describe. It is currently not possible to configure a launch target that runs multiple test suites in Visual Studio Code.

Describe the solution you'd like I want to be able to specify multiple test classes for a single launch target, and/or have a launch target that automatically detects all tests in a project and runs them.

Describe alternatives you've considered Make a launch target for each test suite, though this quickly becomes a useless alternative as you add more test suites.

Search terms: vscode launch target testing

tgodzik commented 3 years ago

Thanks for reporting this! I am not yet sure how to properly handle it, but it should be possible as Bloop already allows to run multiple tests.