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
Describe the bug
When a test suite (describe()) contains a test that is skipped or pending in a test run, the test suite duration is 0 even is it contains a tests that ran for some time.
Describe the bug
When a test suite (
describe()
) contains a test that is skipped or pending in a test run, the test suite duration is 0 even is it contains a tests that ran for some time.Code Reproduce
Link to repo where the issue can reliably be reproduced: https://github.com/KitoW/mochawesomeSuitRunDuration
Expected behavior
I would expect a test suite duration to always display a sum of duration of all tests that were executed within the test suite.
Screenshots
Environment (please complete the following information):
Additional context
Reproduction contain scenario where test suite contains pending test (
xit.()
). the same can be reproduced for skipped tests.sample report files: testreport.zip
The text was updated successfully, but these errors were encountered: