Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 362 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 362 Bytes

mocha-html-reporter

HTML reporter for Mocha.

Use

Create html fragment with mocha-html-reporter and add head and tail.

# npm install mocha-html-reporter

# mocha dir --reporter mocha-html-reporter |  \  
	cat node_modules/mocha-html-reporter/docs/head.html - node_modules/mocha-html-reporter/docs/tail.html \  
	> test.html