We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add link to mocha-examples (and test GitHub wiki editing flow)
Added missing events `waiting`, `ready` and `retry`
Brought function white-space to comply with the codebase's conventions
Removed code to terminate process. This is not the reporter's job, and is already covered by `Mocha.run()`.
Add code showing how to extend built-in reporter
Show how to use MyReporter locally
Updated Third party reporters (markdown)
The events list is added to facilitate the implementation of the report
Require to call the Base reporter to work, otherwise and error happend in test executions
Link to lib/reporters in the repo so it's easy to see at a glance
Remove unused var
Created Third party reporters (markdown)