Posted By:
Shay_Thompson
Posted On:
Friday, February 10, 2006 06:47 PM
Hi, I'm trying to figure out how I could add extra information to my JUnit results. What I want is to have things like a Description of the test suite, which could be added to the JUnit test via something like a metadata tag. Then, when I run the tests and generate the results into an XML file, it would add that description to the results file.
Is this possible? I would like to add a few more fields than that but it's one example.
Thanks,
Shay