Closed lilHermit closed 1 month ago
Ok I've worked out what the problem is. I was running accessibility
only with
lighthouseOptions: {
onlyCategories: ['accessibility'],
}
Removing this or adding performance
fixes the issue, so I assume the images are generated in that stage?!
I'm also having this issue when running the scan with only the accessibility
category enabled + generating a static report.
I've noticed that the static files are looking for an image file called screenshot.jpeg
but the static files only include an image file called full-screenshot.jpeg
in the report directory for a specific page. The __screenshot-thumbnails__
directory is empty.
Describe the bug
I'm seeing missing thumbnails when executing inside docker
As seen below this site has 2 manualled added urls, as it scans the 404s for the thumbnails appear and clicking each shows the correct full size image
Reproduction