Sign inSign up

scalecommerce/lighthouse

By scalecommerce

•Updated 11 months ago

Google Lighthouse with Chromium based on Alpine Linux.

Image
0

454

scalecommerce/lighthouse repository overview

⁠Chromium headless and lighthouse

This image is mainly for automated testing. It provides:

⁠Example usage

get lighthouse report as html in current directory

docker run -ti --rm -v $(pwd):/opt/reports scalecommerce/lighthouse lighthouse https://www.google.com/

get lighthouse report as json on stdout

docker run -ti --rm scalecommerce/lighthouse lighthouse --output json --output-path stdout https://www.google.com/

don't limit network and emulate desktop

docker run -ti --rm -v $(pwd):/opt/reports scalecommerce/lighthouse lighthouse https://www.google.com/ --throttling-method provided --preset desktop

Tag summary

Content type

Image

Digest

sha256:3312b66a1…

Size

348.7 MB

Last updated

11 months ago

docker pull scalecommerce/lighthouse:12.8.2