Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Provide dockerComposeTestOnly #113

Open
matthughes opened this issue Oct 26, 2018 · 1 comment
Open

Provide dockerComposeTestOnly #113

matthughes opened this issue Oct 26, 2018 · 1 comment

Comments

@matthughes
Copy link

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?

@MarkTickner
Copy link

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

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

No branches or pull requests

2 participants