John654321
7 years agoOccasional Contributor
Modifying junit report
I Have a project with test suites executed using testrunner.bat via command line
junit reports are generated at the end of the run
I need to add details of when the project started running and when it ended in the junit style report. It takes 5 hours for the project to run. How do I add such details to the junit style reports.
thanks in advance