Junitxml-uitvoer configureren voor specs2-tests in sbt 0.10

Hoe configureer ik sbt 0.10 om de junitxml-optie met specs2 te gebruiken?

] De specs2-documentatie zegt dat dit de manier is om het te doen met sbt 0.7.x:

override def testOptions = super.testOptions ++ Seq (TestArgument ("junitxml"))

Hoe Ik zeg hetzelfde in sbt 0.10?

7
задан Eric 28 March 2012 в 22:44
поделиться