Exclude scalatest tests with tags
How to exclude scalatest test via tag in intellij 2023-3?
Example:
it("mytest", “mytag”) {
…
}
In sbt I do: sbt test – -l mytag
I saw an answer about from 2014 https://intellij-support.jetbrains.com/hc/en-us/community/posts/206636705-Exclude-via-tags-in-ScalaTest?input_string=Exclude%20sclatest%20tests%20with%20tags . Like that now is not the same.
Please sign in to leave a comment.