Domanda

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.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top