We have a Bamboo server (v5.0.1) running CppUnit tests and creating an XML file with the results from 12 tests.
The CppUnit Task is being run against the XML test results file.
The build reports that there are '0 test in total', when I would expect there to be 12.
Is there a way to set up the CppUnit Task to report test results in the same way as JUnit tests are reported for Java projects? (The project appears to have all the required classes implemented according to the Atlassian docs)
Thanks!