GoogleChrome / lighthouse-ci

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

Uploading and opening multiple reports with different configuration for the same URL #1065

Open IevaKoltan opened 3 months ago

IevaKoltan commented 3 months ago

Hello,

I couldn't find any topics related to my issue. I currently run Lighthouse programatically against same URL but with different configurations (mobile, web) and I upload everything at once. However, in Lighthouse server I can only open one report. What would be the best practise to be able to open both mobile and web html reports in Lighthouse server?