I have Hudson as continuous integration server and I want to use option 'Publish JUnit test result report'. But I don't use xUnit tools for testing, instead of that i have ...
I'm using CTest (part of CMake) for my automated tests.
How do I get CTest results in the Jenkins dashboard ? Or, phrased differently, how do I get CTest to output ...
I am trying to write an XSL to transform my XML to a JUNIT format jenkins takes (see below)
my xml looks like this:
(i have several "Classes" like 'datacenters' or 'network')
Is there a way to link the failed test results to source code? Right now I see the failed tests in Hudson and then manually go to the class in Eclipse ...