app
app copied to clipboard
Wrong run duration for NUnit XML
Describe the bug Testomat shows 0s (tracked: 1h 21m 47s) for test-run with the next XML data: start-time="2025-06-03T00:37:42Z" end-time="2025-06-03T01:11:35Z" duration="4907.2203166" I would assume 1h 21m 47s was taken from duration="4907.2203166", that is wrong, because this value is counted based on ALL tests execution duration without parallelism considered.
Expected behavior Run duration should be counted as test-run end-time - test-run start-time
As I see, filtering is happening by duration, so we need to fix it. Tracked could work as it is