All Projects → tj → Mocha Matrix

tj / Mocha Matrix

Mocha matrix test reporter for the browser

Programming Languages

javascript
184084 projects - #8 most used programming language

mocha-matrix

Mocha matrix test reporter for the browser.

mocha matrix reporter

Installation

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 })

Videos

See it in action.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].