Skip to content

tj/mocha-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mocha matrix test reporter for the browser

Resources

Stars

Watchers

Forks

Packages

No packages published