Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yandeu/mocha-chai-nyc-puppeteer-example
Client/Server testing and code-coverage with Mocha, Chai, NYC (Istanbul) and Puppeteer
https://github.com/yandeu/mocha-chai-nyc-puppeteer-example
chai istanbul mocha nyc puppeteer
Last synced: about 1 month ago
JSON representation
Client/Server testing and code-coverage with Mocha, Chai, NYC (Istanbul) and Puppeteer
- Host: GitHub
- URL: https://github.com/yandeu/mocha-chai-nyc-puppeteer-example
- Owner: yandeu
- License: mit
- Created: 2019-05-12T23:32:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T23:28:49.000Z (over 5 years ago)
- Last Synced: 2024-10-04T16:22:05.355Z (4 months ago)
- Topics: chai, istanbul, mocha, nyc, puppeteer
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Client/Server testing and code-coverage with Mocha, Chai, NYC (Istanbul) and Puppeteer
## About
Generates coverage report of client and server code.
Exports following coverage reports:
- html
- text
- cobertura## Jenkins
A Jenkins file is included.
## Use
```bash
# install
npm install# test
npm test
```