What is the JUnit XML format specification that Hudson supports?

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 shell scripts which run tests and return results in simple format. I am thinking to make a script which transforms these results to the JUnit format. So i’m interesting how the JUnit file must look?

8 Answers
8

Leave a Comment