Aggregate JUnit-compatible test results

I have a custom test project which emits junit-compatible (xml) output. I can easily run this suite as a generic shell program (the exit code already reflect the successes/failures). I would like to go further and publish these result in the build result. I failed to find a way to achieve this. Did I miss something ?

Using FB7.0.0.993 and FB Server 7.0.0.313

Cheers,

Bertin

 

Hi Bertin

We don’t currently have support for loading externally produced test results into FinalBuilder. It’s on our todo list, and it should be fairly simple to do for xml that is the same format as NUnit, not sure about the JUnit by my guess is it’s similar.