Lighthouse CI tests a page and reports back the score
1.7K
Running Lighthouse in a Docker container.
./docker_build.sh
## Run a new container
./docker_run.sh
curl -X POST \
-H "Content-Type: application/json" \
-H "X-API-KEY: <YOUR_API_KEY>" \
--data '{"format": "json", "url": "https://staging.example.com"}' \
https://builder-dot-lighthouse-ci.appspot.com/ci
curl -i \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-X GET 'https://builder-dot-lighthouse-ci.appspot.com/stream?format=json&url=https://staging.example.com'
where format is one of json, html.
Content type
Image
Digest
Size
370.1 MB
Last updated
about 9 years ago
docker pull kmturley/lighthouse-ci