This is a proof-of-concept app for generating a simple React-driven (via Create React App) dashboard that displays the results history of perfomance tests run through Lighthouse for differnt URLs.
- Install all packages:
npm lighthouse-setup && npm install
- Update the
lighthouse/src/config
file with the URLs you want to test (see file comments for required keys/values in the json.), and the main title/url you want to use for your report dashboard. - Run an initial analysis of your URLs and generate reports. Run:
npm run lighthouse
- Then start up the dashboard locally and view it at https://localhost:3000:
npm run start
More information coming soon.