标签: sbt scalatest scct
在sbt中,我可以使用here所述的testOptions in Test += Tests.Arguments("...")将参数传递给ScalaTest。
testOptions in Test += Tests.Arguments("...")
调用scct:test时,有没有办法通过scct将这些选项传递给ScalaTest?我试过testOptions in Scct += ...,但似乎没有效果。
scct:test
testOptions in Scct += ...
答案 0 :(得分:1)
scct看起来有两种配置:ScctTest和Scct。 From the source,您可能需要testOptions in ScctTest
ScctTest
Scct
testOptions in ScctTest