https://github.com/jakepartusch/lighthouse-as-a-service
A quick way to integrate Lighthouse performance checks into your pipeline without a Chromium dependency
https://github.com/jakepartusch/lighthouse-as-a-service
ci lighthouse nodejs npm
Last synced: 7 months ago
JSON representation
A quick way to integrate Lighthouse performance checks into your pipeline without a Chromium dependency
- Host: GitHub
- URL: https://github.com/jakepartusch/lighthouse-as-a-service
- Owner: JakePartusch
- Created: 2019-02-19T03:56:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T19:48:00.000Z (over 6 years ago)
- Last Synced: 2025-02-01T12:17:05.787Z (over 1 year ago)
- Topics: ci, lighthouse, nodejs, npm
- Language: JavaScript
- Homepage:
- Size: 523 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lighthouse as a Service CI
[](https://www.npmjs.com/package/@laas/lighthouse-ci)
[](https://github.com/jakepartusch/lighthouse-as-a-service/blob/master/packages/lighthouse-ci/LICENSE)
> A quick, simple way to integrate [Lighthouse](https://github.com/GoogleChrome/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
```