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
This has actually been discussed in #2529 (although it's not as clear if it's what that issue was about from the start), and an implementation submitted in #2926. #2901 also adds information to the test object that would, presumably make it possible to view the retried failures at the point when the test ends and the existing events are emitted, but does not allow these errors to be seen at the time when they actually occur (see #2529 (comment) for more detail).
/cc @mochajs/core Let's not forget to review those at some point.
Hi,
I would like to know which of my tests are being retried but, with existing mocha this is not possible.
I was thinking to emit 'test retry' on the block below and then, the reporters could display this.
mocha/lib/runner.js
Lines 556 to 563 in 075bd51
Would it be possible to add this, or is there another way that this can be achieved?
Thanks!
The text was updated successfully, but these errors were encountered: