For an integration test setup, we have written some custom scripts and code to run tests based on the results of from the different external system and changing able configurations on out internal system.
What We would like to do is report these test, from within our build environment, Hudson. I don’t particular want to write a custom Hudson plug-in with a custom report format, and was hoping to retro-fit a standard xml report format like JUnit and let Hudson do the fancy reporting.
Can anyone point me in the direction of the minimum xml report requirements for any of the standard unit testing report formats that Hudson accepts?
Currently the scripts are executed via ANT, and the code added as Ant Tasks, being that once the system has been started and all external parts are attached and checked, a list of tests that can be run and changed based on properties within ANT and the env/server it is on.