-
Notifications
You must be signed in to change notification settings - Fork 622
options to incorporate Lighthouse into our Pipeline #5126
Copy link
Copy link
Closed
Labels
area:dev-opsPertains to build, CI, and other dev-ops workPertains to build, CI, and other dev-ops workarea:sitePertains to work on the web site.Pertains to work on the web site.choreMaintenance or non-code workMaintenance or non-code workclosed:by-designClosed by designClosed by designimprovementA non-feature-adding improvementA non-feature-adding improvementstatus:under-considerationIssue is being reviewed by the team.Issue is being reviewed by the team.warning:staleNo recent activity within a reasonable amount of timeNo recent activity within a reasonable amount of time
Metadata
Metadata
Assignees
Labels
area:dev-opsPertains to build, CI, and other dev-ops workPertains to build, CI, and other dev-ops workarea:sitePertains to work on the web site.Pertains to work on the web site.choreMaintenance or non-code workMaintenance or non-code workclosed:by-designClosed by designClosed by designimprovementA non-feature-adding improvementA non-feature-adding improvementstatus:under-considerationIssue is being reviewed by the team.Issue is being reviewed by the team.warning:staleNo recent activity within a reasonable amount of timeNo recent activity within a reasonable amount of time
Type
Projects
Status
Done
🙋 Feature Request
investigate options to incorporate Lighthouse into our Pipeline results so that during a PR, there will be output that describes the LightHouse results. The goal here is for each pull request if performance decreases by 5% we block the PR
🤔 Expected Behavior
none
😯 Current Behavior
none
💁 Possible Solution
check performance manually
🔦 Context
This action integrates Google's helpful Lighthouse audits for webpages — specifically testing for Performance, Accessibility, Best Practices, SEO, and Progressive Web Apps. Right now, the action will print the five scores (out of 100) to the output and upload HTML and JSON versions of the report as artifacts. In the next release, the action will let you specify thresholds for each test and optionally fail this step if they are not met.
💻 Examples