File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/resources/com/aventstack/extentreports/templates/spark/partials Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5959 <div class =" test-detail" >
6060 <span class =" meta text-white badge badge-sm" ></span >
6161 <p class =" name" >${test.name} </p >
62- <p class =" text-sm" ><span >${test.startTime?string("HH:mm:ss a") } </span > / <span >${test.timeTaken()/1000} secs </span ></p >
62+ <p class =" text-sm" ><span >${test.startTime?string("HH:mm:ss a") } </span > / <span >${test.timeTaken()?number_to_time?string("mm:ss:SSS") } </span ></p >
6363 </div >
6464 <div class =" test-contents d-none" >
6565 <#compress >
7070 <h5 class =" test-status text-${test.status.toLower()}" >${test.name} </h5 >
7171 <span class =' badge badge-success' >${test.startTime?string("MM.dd.yyyy HH:mm:ss") } </span >
7272 <span class =' badge badge-danger' >${test.endTime?string("MM.dd.yyyy HH:mm:ss") } </span >
73- <span class =' badge badge-default' >${test.timeTaken()/1000} secs </span >
73+ <span class =' badge badge-default' >${test.timeTaken()?number_to_time?string("mm:ss:SSS") } </span >
7474 </div >
7575 <#if test.hasAttributes() >
7676 <div class =" m-t-15" ><@attributes test=test / ></div >
You can’t perform that action at this time.
0 commit comments