actions-marketplace-validations/Lighthouse CI Compare Action - compatible with LHCI self-host server

Compare two Lighthouse CI builds and create an object and a Markdown Table with the differences.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
links-filepathThe location of the links.json file generated by Lighthouse CI.yes.lighthouseci/links.json
base-urlThe base URL of your lighthouse ci server, for example https://your-lhci-server.com/v1.yes
project-idThe project ID of your Lighthouse CI project. This is a GUID.yes
current-commit-shaThe current commit SHA.yes
should-fail-buildTells the action if it should fail in case of any error or not.false
basic-auth-usernameThe username for basic authentication, if your Lighthouse CI server requires it.
basic-auth-passwordThe password for basic authentication, if your Lighthouse CI server requires it.
namedescription
markdownMarkdown explanations and comparison result tables
comparedMetricsAn object with the results, in case you want to use it for something else.
statusSet to "success" if the action ran successfully or "failure" if any of the queries or the markdown generation failed.
failReasonThe reason why the action failed, if it did.