sbt-docker-compose
sbt-docker-compose copied to clipboard
Provide dockerComposeTestOnly
Using ScalaTest, I'm trying to run just a subset of my tests by class name. I know I could use tags but that seems redundant for this purpose. Is there some other way to thread that option through to Scalatest using an existing setting?
You could try something like this:
testExecutionArgs := "-s com.a.b.c.MyTestClass"
See other options here https://www.scalatest.org/user_guide/using_the_runner