https://github.com/geowarin/javascript-coverage
A demo showing how to generate a coverage report with gulp, mocha and blanket for in browser testing
https://github.com/geowarin/javascript-coverage
Last synced: 4 months ago
JSON representation
A demo showing how to generate a coverage report with gulp, mocha and blanket for in browser testing
- Host: GitHub
- URL: https://github.com/geowarin/javascript-coverage
- Owner: geowarin
- Created: 2014-12-27T14:04:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-27T15:47:25.000Z (about 11 years ago)
- Last Synced: 2025-02-16T21:41:41.121Z (11 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
javascript-coverage
===================
A demo showing how to generate a coverage report with gulp, mocha and blanket for in browser testing.
More details on my blog : http://geowarin.github.io/javascript/2014/12/27/coverage-with-gulp-phantom-and-mocha.html
## Usage
Type :
`gulp test` to output the mocha spec report
`gulp test --coverage ` to generate the blanketjs html report