Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```