actions-marketplace-validations/Lighthouse CI Action
Audit URLs using Lighthouse and test performance with Lighthouse CI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| urls | List of URL(s) to analyze | — | — |
| budgetPath | Path to a Lighthouse budgets.json file | — | — |
| configPath | Path to a LHCI lighthouserc.json file | — | — |
| uploadArtifacts | Opt-out of saving Lighthouse results as an action artifacts | — | — |
| artifactName | Name of the artifact group if using uploadArtifacts. default: lighthouse-results | — | lighthouse-results |
| temporaryPublicStorage | Opt-in to saving Lighthouse results to temporary public storage | — | — |
| runs | Number of runs to do per URL | — | — |
| serverBaseUrl | Address of a LHCI server | — | — |
| serverToken | API token to push to LHCI server | — | — |
| basicAuthUsername | Basic auth username for LHCI server | — | — |
| basicAuthPassword | Basic auth password for LHCI server | — | — |
| uploadExtraArgs | Upload command extra arguments | — | — |
Outputs
| name | description |
|---|---|
| resultsPath | Path to the folder with LHCI results |
| links | Links to compare/result UI for each URL (content of links.json) |
| assertionResults | Assertion results (content of assertion-results.json) |