Run Lighthouse through Puppeteer!
npm install puppeteer-lighthouseRun Lighthouse through Puppeteer!
> @TODO
> Note: requires at least Node v6.4.0 due to Puppeteer
To install:
```
npm i puppeteer-lighthouse
- OR -
yarn add puppeteer-lighthouse
> Note: Puppeteer downloads Chromium.
`js
const puppeteerLighthouse = require('./test');
const url = "https://www.pokedex.org/";
const config = null;
puppeteerLighthouse(url, config);
``
* Ability to scape the site
* Ability to run tests in parallel
* Ability to an Audit test suite
* Ability to audit all pages of a site
* Ability to take screenshots of the site