An open API service indexing awesome lists of open source software.

https://github.com/marcbachmann/mocha-context-reporter


https://github.com/marcbachmann/mocha-context-reporter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# An extended mocha dot reporter

![image](example/example.png)

This reporter only works on node.
To get it to work correctly, you need to
- have grep on your system and have it in your PATH
- Enable full stack traces (to get error highlighting to work, pass --no-exit argument)
- Prevent mocha from using `process.exit` (pass --no-exit argument)

E.g.
```
mocha ./test -R mocha-context-reporter --full-trace --no-exit
```