Open hernandik opened 2 years ago
Hi! Sorry it took time to get back to you 😅
Just wanted to say that this issue is in the command line usage of Oxygen. Looking into things, it is a bit difficult to fix due to the fact that we would have to, after creating the corresponding RF output.xml, go back and fix the elapsed time manually.
Due to the trickyness described above, this unfortunately does not make to the next release in the following days. However, I will look into this and try to get another release out fixing this soon
I got a JUnit result for golang run. It contained test cases and each testcase contained only a time field for each test case, giving the elapsed time for a test. Example bellow.
Them I parse it with Oxygen, but the output start/finish date do not take into account the elapsed time for the test.
I understand that my junit does not contain initial/finish time for tests, but at least it contain the time that each test took to run.
But this information is lost, and the final xunit does not contain such time information for individual tests.
I would like that at least, this report start/end time could take into account the time field form the origin file to take into account.
Files below are just a snip of the original and final files. I change the test names and suite names.
Original file
Parsed file by oxygen