Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 sbt 中,我可以使用此处testOptions in Test += Tests.Arguments("...")描述的方法将参数传递给 ScalaTest 。
testOptions in Test += Tests.Arguments("...")
有没有办法在调用时通过scct将这些选项传递给 ScalaTest scct:test?我试过testOptions in Scct += ...了,但似乎没有效果。
scct:test
testOptions in Scct += ...
scct 看起来有两种配置:ScctTest和Scct. 从源头上,你可能想要testOptions in ScctTest
ScctTest
Scct
testOptions in ScctTest