Test start time stamp in junit xml output

Hi Ben,

Junit5 generates time stamps per test in its junit report. Example can be seen here: JUnit 5 XML Report Example

Seems like junit5 now follows Open Test Reporting formats, shown here:

Also some other schemas i could find:

I realise not many tools have this in their junit report, so I wont push for this any more :slight_smile:
Only reason for this request is that if this start time stamp is present per testcase, then i can have one place to get a execution timeline of different tests, which is very valuable to optimize the test execution.

I will leave the decision upto you, but thanks a lot for your time so far :slight_smile:

Thanks
Phani

1 Like