Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 4 hours 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-27T15:47:25.000Z (almost 10 years ago)
- Last Synced: 2023-04-09T10:55:36.395Z (over 1 year 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