Is there a existing way to generate surefire reports with simple-build-tool?
Posted
by Bryan
on Stack Overflow
See other posts from Stack Overflow
or by Bryan
Published on 2010-03-25T21:12:33Z
Indexed on
2010/03/25
21:13 UTC
Read the original article
Hit count: 385
I'm working on a project using Scala running Selenium tests as part of a continuous integration process. Hudson displays very helpful information based on the results in the surefire reports but I would much prefer using sbt to Maven. Is there an existing way to get sbt to generate surefire reports from sbt tests?
© Stack Overflow or respective owner