Created by: adamw
Hello, the commits makes the maven reports generate a TEST-Ruby.xml file, which is in JUnit format. We are feeding this to TeamCity (using maven-antrun-plugin which runs:
<echo message="##teamcity[importData type='junit' path='${project.build.directory}/TEST-Ruby.xml']" />
before the tests start), so that our tests are counted and we can see which passed/failed. I think other tools may consume this format as well.
Adam