forcedotcom / ApexUnit

ApexUnit is a powerful continuous integration tool for the Force.com platform
BSD 3-Clause "New" or "Revised" License
71 stars 51 forks source link

Junit test report xml to generate test duration in xml #52

Closed vamshi-sfdc closed 7 years ago

vamshi-sfdc commented 8 years ago

https://github.com/forcedotcom/ApexUnit/blob/master/src/main/java/com/sforce/cd/apexUnit/report/ApexUnitTestReportGenerator.java should be enhanced to report , such that this information is parsable by the junit report parser plugin to render the data in jenkins

1) duration of each test case 2) duration of overall run