lighthouse-as-a-service
lighthouse-as-a-service copied to clipboard
A quick way to integrate Lighthouse performance checks into your pipeline without a Chromium dependency
Lighthouse as a Service CI
A quick, simple way to integrate Lighthouse performance checks into your pipeline without a Chromium dependency
Usage
npx @laas/lighthouse-ci https://google.com
Example Response
Performance: 87
Accessibility: 71
Best practices: 93
SEO: 80
PWA: 58
Setting a minimum threshold
npx @laas/lighthouse-ci https://google.com --threshold=80