wpt.fyi
wpt.fyi copied to clipboard
[compat2021] Show list of tests that are part of the currently displayed feature
This ability was dropped in the move from https://ecosystem-infra.github.io/wpt-results-analysis/compat to https://wpt.fyi/compat2021 , as the old tests list was not very usable anyway.
We should try to lean on wpt.fyi's existing test-results table component to produce a nice-looking table of tests that shows linked metadata. Bonus points if one can add metadata from there. Extra bonus points if it is filterable, sortable, etc, though those are not currently support in wpt.fyi test-results tables anyway.
As per https://github.com/Ecosystem-Infra/wpt-results-analysis/issues/41, this should be hidden when in embedded mode.
I had suggested to @KyleJu to support labels in wpt-metadata, which would probably mostly be copy-pasting the support for links, supporting those labels in the search cache, and then just using the regular results viewer component to show the results. Open question flattening, @stephenmcgruer says.