Stefan Zeiger | 16 Jan 2012 16:42
Favicon
Gravatar

JUnit interface 0.8 for sbt

I am pleased to announce releae 0.8 of junit-interface. This is an 
implementation of sbt's test interface 
<http://github.com/harrah/test-interface> for JUnit 4 which allows you 
to run JUnit <http://www.junit.org/> tests from sbt.

The complete ReadMe and the source code can be found at 
<https://github.com/szeiger/junit-interface/tree/0.8>. The binaries are 
here: 
<http://scala-tools.org/repo-releases/com/novocode/junit-interface/0.8/>.

Changes since release 0.7:

- Make use of ANSI colors for the log messages (can be turned off with 
-n option)

- Updated ReadMe which covers sbt 0.10+


Gmane