treosh / lighthouse-ci-action

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

Cannot download lighthouse html reports when using puppeteer #125

Closed maecapozzi closed 1 year ago

maecapozzi commented 1 year ago

I'm using puppeteer to authenticate my pages, but I'd like to be able to download the html for a lighthouse report as an artifact in a github workflow.

When I pass multiple urls to lighthouse-ci-action, 3 html reports are generated, but they all have the following error:

image

Do I need to reproduce this in puppeteer instead?