Would it be possible to add the timestamp for a test node when the test starts, in the generated junit xml. I would suggest Unix epoch in milliseconds. Think it would be useful in generating a timeline of execution.
Is there precedent in other JUnit output from other tools? Or examples of what JUnit-consuming tools are looking for? Iām very hesitant to start extending JUnit in CMake-specific ways because things like that always turn into a maintenance nightmare. If you find examples, feel free to open a feature request.
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