Run single test in vscode #2972
Unanswered
maciejbak85
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hi! Unfortunately, it isn't supported yet. |
Beta Was this translation helpful? Give feedback.
1 reply
-
VS Code has recently been adding Test Explorer APIs, it'd be great to lay out what a framework would consist of for Metals to expose this with test case discovery defined for multiple test frameworks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is there a way to run single single test in vscode ?
Like in IntelliJ, basically to have an option from ide to run command like:
"sbt:projectname> it:testOnly *SomeTest -- -t "test description""
it is possible to configure a task of course, but is is possible to automate it ? Instead of configuring those tasks manually ?
Beta Was this translation helpful? Give feedback.
All reactions