GoogleChrome / lighthouse-ci

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

Running lighthouse in CEF applications #1040

Open Shivam93937 opened 1 month ago

Shivam93937 commented 1 month ago

Describe the bug 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?