Add time measure to JUnit XML reports
- Implement time calculation
- Add timestamp tag to the testcase
- Time tag is not added if calculation generates an error
- Add new functionality tests
Hi @williamdes
This is the second part of #176, that was already implemented.
I hope it will be also useful for others
I really want to generate Junit xml output for the unit tests I have written? Could you please guide me on how to use this fix?
Thanks
I really want to generate Junit xml output for the unit tests I have written? Could you please guide me on how to use this fix?
Thanks
I merged #184 from @crramirez and you can read more about junit on https://github.com/kward/shunit2?tab=readme-ov-file#junit-reports
@crramirez could you test this PR so I can merge it safely ?
@kward can you review it ?
Yes I'll checkout this branch and integrate it in my work flow. It will be easy to see the spent time in the reporters of the CI tool
Worked perfectly well in my case. @AJIOB excellent job!
Can this be merged?
IMO, yes
@williamdes is this something you can facilitate please?
@williamdes is this something you can facilitate please?
Well, I have the merge button I guess at some point I will have to make releases @kward is not responding since quite a while
Thank you all for contributing!