Skip to content

report: display used plugins in footer tooltip#17119

Open
Develop-KIM wants to merge 1 commit into
GoogleChrome:mainfrom
Develop-KIM:report-footer-plugins
Open

report: display used plugins in footer tooltip#17119
Develop-KIM wants to merge 1 commit into
GoogleChrome:mainfrom
Develop-KIM:report-footer-plugins

Conversation

@Develop-KIM

Copy link
Copy Markdown

Summary

Lists the names of any Lighthouse plugins used for the run in the hover tooltip
of the runtime settings item in the report footer, as suggested in
#9934 (comment) (the
bottom-left footer item tooltip).

  • Plugin names are derived from category ids in the LHR — plugin categories are
    keyed by the plugin package name, which core/config/validation.js requires
    to start with lighthouse-plugin-. No core/LHR changes needed.
  • New runtimeSettingsPlugins UI string; locales regenerated via
    yarn i18n:collect-strings.
  • No visual change for runs without plugins.

Tests

  • report/test/renderer/report-renderer-test.js: new cases asserting the
    tooltip lists plugin categories and that no Plugins: line renders without
    them. All 18 renderer tests pass locally.

Fixes #9934

🤖 Generated with Claude Code

Lists the names of any Lighthouse plugins used for the run in the
hover tooltip of the runtime settings item in the report footer.
Plugin names are derived from category ids, which are required to
start with 'lighthouse-plugin-'.

Fixes GoogleChrome#9934
@Develop-KIM Develop-KIM requested a review from a team as a code owner July 9, 2026 05:40
@Develop-KIM Develop-KIM requested review from paulirish and removed request for a team July 9, 2026 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Display plugins in footer of report

1 participant