VSCode metals, run specific ten in scalatest
Asked Answered
O

1

10

is there a way in vscode with metals scala plugin, run specific test scenario ? Like in IntelliJ ?

Outclass answered 27/9, 2019 at 15:50 Comment(0)
J
1

If you mean specific test clause in say a scalatest class, I'm pretty sure the answer is "no".

Workaround could be to add a launch configuration and pass args to just run the test you want with -z: https://scalameta.org/metals/docs/editors/vscode.html#via-a-launchjson-configuration

Or just ignore-tag the others.

Jane answered 2/11, 2020 at 15:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.