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:
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:Do I need to reproduce this in puppeteer instead?