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.
- Host: GitHub
- URL: https://github.com/intob/lighthouse-averager
- Owner: intob
- Created: 2021-02-09T10:51:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T11:49:13.000Z (over 4 years ago)
- Last Synced: 2025-03-15T08:04:09.257Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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