GoogleChrome / lighthouse-ci

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

Running lighthouse in CEF applications #1040

Open Shivam93937 opened 5 months ago

Shivam93937 commented 5 months 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?