macaca-reporter is a reporter used for mocha and other frameworks.
$ npm i macaca-reporter --save-dev
- Supports displaying tree view
- Supports displaying failed tests
- Supprtts custom options
$ macaca run --reporter macaca-reporter
Run with mocha
$ mocha run --reporter macaca-reporter
Run with Macaca torchjs
$ torch --renderer --interactive --watch --notify-on-fail --debug test/*.test.js
gif coming soon
The MIT License (MIT)