Add support for any mocha reporter, whether installed via npm or available locally in a user's project. Also, add support for the mocha junit reporter by default.
As has been the case until now, specifying a reporter only works in headless mode.
This partially addresses #203.
Add support for any mocha reporter, whether installed via npm or available locally in a user's project. Also, add support for the mocha junit reporter by default.
As has been the case until now, specifying a reporter only works in headless mode.
This partially addresses #203.