GoogleChrome / lighthouse

Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28.01k stars 9.31k forks source link

Running lighthouse programmatically in CEF applications #16035

Closed Shivam93937 closed 4 weeks ago

Shivam93937 commented 4 weeks ago

Currently, it is possible to evaluate a website by providing a URL or dist folder location in staticdistDir parameter. Is there any way to run lighthouse programmatically in CEF containers that use web technologies in the hindsight. We have dev tools and we can run lighthouse in the manual mode through dev tools. But is there any way to do it programmatically?

connorjclark commented 4 weeks ago

I'm closing this as too broad.

Try starting with https://github.com/GoogleChrome/lighthouse#using-the-node-cli and ask a more specific question if you get blocked.