GoogleChrome / lighthouse-ci

Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
Apache License 2.0
6.4k stars 641 forks source link

How do you do multiple `lighthouse` runs in CI? #1056

Open hamirmahal opened 2 months ago

hamirmahal commented 2 months ago

Discussed in https://github.com/GoogleChrome/lighthouse-ci/discussions/1053

Originally posted by **hamirmahal** June 29, 2024 I'd like to do one run with whatever settings are in `.lighthouserc.json`, and then another run with the settings in `.lighthouserc.json`, plus another run with added `"chromeFlags"`.