How to set `testOptions in Test` when using scct

621 Views Asked by At

In sbt, I can pass arguments to ScalaTest using testOptions in Test += Tests.Arguments("...") as described here.

Is there a way to pass these options through scct to ScalaTest when calling scct:test? I tried testOptions in Scct += ... but it seemed to have no effect.

1

There are 1 best solutions below

0
On BEST ANSWER

scct looks like it has two configurations: ScctTest and Scct. From the source, you probably want testOptions in ScctTest