nordcloud/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
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| auth0Login | Login name for Auth0 authentication | yes | — |
| auth0Password | Password for Auth0 authentication | yes | — |
| auth0OtpSecret | OTP secret for Auth0 authentication | yes | — |
| urls | List of URL(s) to analyze | yes | — |
| budgetPath | Path to a Lighthouse budgets.json file | no | — |
| configPath | Path to a LHCI lighthouserc.json file | no | — |
| uploadArtifacts | Opt-out of saving Lighthouse results as an action artifacts | no | — |
| artifactName | Name of the artifact group if using uploadArtifacts. default: lighthouse-results | no | lighthouse-results |
| temporaryPublicStorage | Opt-in to saving Lighthouse results to temporary public storage | no | — |
| runs | Number of runs to do per URL | no | — |
| serverBaseUrl | Address of a LHCI server | no | — |
| serverToken | API token to push to LHCI server | no | — |
| basicAuthUsername | Basic auth username for LHCI server | no | — |
| basicAuthPassword | Basic auth password for LHCI server | no | — |
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) |