I'm evaluating Cruise (NOTE! Not CruiseControl but Cruise (commercial)) for doing CI with an unmanaged MSVC++ 2008 project. I use GoogleTest framework for my unit test. I know that GTest can output its result as an JUnit XML or XML format. My question is, does Cruise support JUnit/XML format?

How would Cruise know whether or not my unit test fail?

More information from Thoughtworks here:

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

According to the documentation, yes it does support the JUnit xml format. See the bottom of the page. Second to last section called "Publishing tests"

http://studios.thoughtworks.com/cruise-continuous-integration/1.2/help/managing_artifacts_and_reports.html

link|improve this answer
feedback

Another option for when your test results are large or ugly is to translate the results into html (by xslt for example) then include the html as a new tab on the cruise build. We do this with ncover to good effect.

link|improve this answer
feedback

It might be worthwhile asking the Cruise guys at http://community.thoughtworks.com/hives/df92e43957/summary

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.