File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/resources/com/aventstack/extentreports/templates/spark/partials Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 <div class =" test-detail" >
5757 <p class =" name" >${test.name} </p >
5858 <p class =" text-sm" >
59- <span >${test.startTime?string("HH:mm:ss a") } </span > / <span >${test.timeTakenPretty()} </span >
59+ <span >${test.startTime?time? string } </span > / <span >${test.timeTakenPretty()} </span >
6060 <span class =" badge ${test.status.toLower()}-bg log float-right" >${test.status} </span >
6161 </p >
6262 </div >
6666 <div class =" p-v-10" >
6767 <div class =" info" >
6868 <h5 class =" test-status text-${test.status.toLower()}" >${test.name} </h5 >
69- <span class =' badge badge-success' >${test.startTime?string("MM.dd.yyyy HH:mm:ss") } </span >
70- <span class =' badge badge-danger' >${test.endTime?string("MM.dd.yyyy HH:mm:ss") } </span >
69+ <span class =' badge badge-success' >${test.startTime?string("MM.dd.yyyy") } ${test.startTime ?time?string } </span >
70+ <span class =' badge badge-danger' >${test.endTime?string("MM.dd.yyyy") } ${test.endTime ?time?string } </span >
7171 <span class =' badge badge-default' >${test.timeTakenPretty()} </span >
7272 · ; <span class =' uri-anchor badge badge-default' >#test-id=${test.getId()} </span >
7373 <span class =' badge badge-default pointer float-right ml-1 et' ><i class =" fa fa-chevron-down" ></i ></span >
You can’t perform that action at this time.
0 commit comments