我正在运行Bamboo,SBT(0.13.x)和Scalatest(2.x)。我使用Junit记者,如
testOptions in Test += Tests.Argument("-u", "target/junit")
但是,当一个套件在Scalatest中止时,没有任何迹象(在Bamboo中构建没有失败)。是否有另一个Runner选项,我应该用它来通知Junit报告的流产套件?
16-May-2014 16:29:55 [info] Total number of tests run: 8
16-May-2014 16:29:55 [info] Suites: completed 2, aborted 1
16-May-2014 16:29:55 [info] Tests: succeeded 8, failed 0, canceled 0, ignored 0, pending 0
16-May-2014 16:29:55 [info] *** 1 SUITE ABORTED **