/lighthouse-as-a-service

A quick way to integrate Lighthouse performance checks into your pipeline without a Chromium dependency

Primary LanguageJavaScript

Lighthouse as a Service CI

npm npm

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