This is just a simple proof-of-concept. It's ugly. You've been warned.
- clone this repo
- yarn install
yarn lighthouse [url] [options]
Example: repeatedly test localhost:3000
yarn lighthouse http://localhost:3000/ --runs=10
The output can easily be pasted into a spreadsheet.
--runs
- Runs the test repeatedly
--runs
does not kill child processes if quit