Hi Adam, It's something I've been wanting to do so I just implemented it in trunk. It will be in for our upcoming 1.4.0 release.
If you can't use trunk, you can use JUnit to run the tests and annotate your classes with the JUnitRunner<http://www.scalatest.org/scaladoc/doc-1.0/org/scalatest/junit/JUnitRunner.html>annotation in the mean time. alex On Sun, Mar 21, 2010 at 5:31 PM, Adam Crain <[email protected]>wrote: > Hi, > > I saw some comments on this from an earlier thread, but didn't see if > there was a resolution. Are there any flags associated with > > > > test.using(:scalatest) > > > > that override the default flat file reporting? > > > > Scalatest has a number of reporting options: > > > > http://www.scalatest.org/scaladoc/doc-1.0/org/scalatest/tools/Runner$obj > ect.html<http://www.scalatest.org/scaladoc/doc-1.0/org/scalatest/tools/Runner$obj%0Aect.html> > > > > including an XML reporting which I'm told is JUnit formatted. I'm trying > to get all of this integrated with Hudson. > > > > FYI, I'm running off of edge & scalatest 1.0 > > > > Thanks, > > Adam > > > >
