<< Back to previous view |
[QB-3319] NUnit 3 test results do not show duration
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 8.0.30 |
Fix Version/s: | 9.0.11 |
Type: | Bug | Priority: | Major |
Reporter: | Scott Hunter | Assigned To: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
NUnit 3 test results do not parse and show the duration of each test. All tests show zero duration.
The NUnit 3 XML format is documented here: https://github.com/nunit/docs/wiki/Test-Result-XML-Format Duration is an attribute named "duration" on test-case elements. |