mocha-context-reporter

1.0.0 • Public • Published

An extended mocha dot reporter

image

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-exit

Readme

Keywords

none

Package Sidebar

Install

npm i mocha-context-reporter

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • marcbachmann