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:
- GitHub - ota4j-team/open-test-reporting: Language-agnostic test reporting format and tooling
- JUnit 5 User Guide
may be a good idea to follow this? not sureJunit itself has started following this.
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
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
Thanks
Phani