treosh / lighthouse-ci-action

Audit URLs using Lighthouse and test performance with Lighthouse CI.
MIT License
1.15k stars 81 forks source link

New Bfcache audit in Lighthouse 10 fails #126

Closed tunetheweb closed 4 months ago

tunetheweb commented 1 year ago

We saw the same thing in WebPageTest and moved to the new headless option which solved it: https://github.com/WPO-Foundation/wptagent/pull/605

Is that an option here?

brendankenny commented 1 year ago

Looking at the lighthouse-ci code, it's not (AFAICT) possible to tell it to use --headless=new currently. I opened a PR to automatically use the new headless mode when run headlessly.