spekt / xunit.testlogger

XUnit logger for vstest platform
MIT License
73 stars 15 forks source link

overall time to run the tests in an assembly is incorrect #26

Closed gelihu closed 3 years ago

gelihu commented 3 years ago

Overall time took to execute tests in an assembly is incorrect i.e., time attribute on assembly element is wrong.

It looks the duration of all the test cases are being added to determine to overall time; what if the tests are being run parallel, wouldn't that report incorrect overall time??