Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 1.66 KB

README.md

File metadata and controls

66 lines (45 loc) · 1.66 KB

macaca-reporter

NPM version build status Test coverage npm download

macaca-reporter is a reporter used for mocha and other frameworks.

Installment

$ npm i macaca-reporter --save-dev

Sample

Features

  • Supports displaying tree view
  • Supports displaying failed tests
  • Supprtts custom options

Usage with macaca-cli

$ 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

More usage

docs

License

The MIT License (MIT)