Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for running test for Scala.js and Scala Native in Test Explorer #256

Open
kpodsiad opened this issue Feb 17, 2022 · 0 comments

Comments

@kpodsiad
Copy link
Member

Is your feature request related to a problem? Please describe.

Currently, Test Explorer uses debug request to both run and debug test classes. Because of this, it's not possible to run test classes defined in Scala.js and Scala Native projects.

Describe the solution you'd like

Metals shouldn't use debug request for running tests. Instead, Metals can implement their own runner which will be able to run tests no matter to which platform they belong.

Describe alternatives you've considered

One can always run tests from sbt shell or bloop cli but Test Explorer should be able to run tests for other platforms than JVM.

Additional contex

No response

Search terms

vscode, test explorer, Scala.js, Scala Native, UX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant