You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect the suites' totals.duration to match the time mentioned in the testsuite itself rather than be the sum of times in testcases.
Actual
The totals.duration is the sum of the testcases. This leaves out the time spent by the testsuite in setup and teardown which is not part of any 1 individual test case.
The text was updated successfully, but these errors were encountered:
I have a junit xml like this:
(this is from the output of https://www.npmjs.com/package/jest-junit)
Expected
I expect the suites' totals.duration to match the time mentioned in the
testsuite
itself rather than be the sum of times in testcases.Actual
The totals.duration is the sum of the testcases. This leaves out the time spent by the testsuite in setup and teardown which is not part of any 1 individual test case.
The text was updated successfully, but these errors were encountered: