Mocha matrix test reporter for the browser.
If you're using component add mocha-matrix as a dev dependency:
$ component install --dev visionmedia/mocha-matrix
Then tell mocha to use the reporter:
mocha.setup({ ui: 'bdd', reporter: require('visionmedia-mocha-matrix') })
If you're not using component add the ./build
files to
your page and tell mocha to use the reporter:
mocha.setup({ ui: 'bdd', reporter: Matrix })
See it in action.
MIT