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
We are using the mocha-multi-reporters plugin in combination with mocha-better-spec-reporter. When having multiple errors, we expect that all error details of all errors are logged as with mocha-better-spec-reporter alone.
Actual behavior
If we encounter multiple errors, report output stops after all tests have been executed and the first error details have been printed to the console. If we replace the mocha-better-spec-reporter with spec or just use mocha-better-spec-reporter alone, everything works as expected.
Expected behavior
We are using the mocha-multi-reporters plugin in combination with
mocha-better-spec-reporter
. When having multiple errors, we expect that all error details of all errors are logged as withmocha-better-spec-reporter
alone.Actual behavior
If we encounter multiple errors, report output stops after all tests have been executed and the first error details have been printed to the console. If we replace the mocha-better-spec-reporter with
spec
or just usemocha-better-spec-reporter
alone, everything works as expected.Information about the Issue
mocharc.json
options:The text was updated successfully, but these errors were encountered: