1.0.0 • Published 10 years ago
mocha-context-reporter v1.0.0
An extended mocha dot reporter

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)
- Prevent mocha from using
process.exit(pass --no-exit argument)
E.g.
mocha ./test -R dot-context-reporter --full-trace --no-exit1.0.0
10 years ago