As I am not an XSLT expert by any stretch of the imagination, I am looking for the XSLT file(s) modifications to allow the following report generation behavior:
Current: Each "Item" under "Steps" has a "Start Time" column whose values reflect the amount of time elapsed since the test case began execution.
Desired: Each "Item" under "Steps" has a "Start Time" column whose values reflect the system time the individual steps began.
I understand there is a file ...reports12.2/test_report_templates/HTML/item.xslt that formats the step "Start Time" under <!--~~ format time ~~-->, as well as a file ...reports12.2/test_report_templates/HTML/summary.xslt that contains the system time the test case started executing. What are the actual changes I can make to these two files to create a test report with the desired output?