Times in xUnit outputs should be floats not integers #2397
Labels
acknowledge
To be acknowledged in release notes
alpha 2
backwards incompatible
enhancement
good first issue
Good for newcomers
priority: medium
Milestone
Uh oh!
There was an error while loading. Please reload this page.
I noticed that the current xunit xml report file only shows time in seconds and does not have milliseconds component to it. So for some of the testcase which just finishes in say 330ms it shows 0; 660ms shows 1 (not sure about the rounding off), but it just shows seconds.
example:
It would be useful if we shows the time in milliseconds or in seconds with fractions ms, like time="1.182"
See attached report.xml file generated using --xunit flag (i have to change the file to .txt for attaching)
report_xml.txt
The text was updated successfully, but these errors were encountered: