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

https://github.com/intob/lighthouse-averager

Runs a Lighthouse audit for a URL multiple times, outputs average results.
https://github.com/intob/lighthouse-averager

Last synced: 3 months ago
JSON representation

Runs a Lighthouse audit for a URL multiple times, outputs average results.

Awesome Lists containing this project

README

          

## Usage

`npm run go https://google.com`
to test google.com 3 times (default)

`npm run go https://google.com 10`
to test google.com 10 times

`npm run go https://google.com 3 my-lighthouse-config.js`
to test google.com 3 times with your own lighthouse config