FYI, I found that when running Specs2 tests with juntxml SBT, the failure to complete tests failed. Adding a “console” as another argument causes the assembly to fail, as you would expect. I suspect this is some interaction between the console reporter and the sbt test driver.
testOptions in Test + = Tests.Argument (TestFrameworks.Specs2, "junitxml", "console")
user1633296
source share