Search code examples
c++unit-testingcontinuous-integrationthoughtworks-go

Thoughtworks Cruise: Unit Testing?


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:


Solution

  • 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