web-platform-tests / wpt-metadata

Out-of-tree metadata for wpt
36 stars 47 forks source link

wpt-metadata

wpt-metadata is a repo for storing wpt.fyi test-result metadata, about tests defined in the wpt repo, in metadata yml files.

You can review the Design Doc for more details.

YAML Link Format Specs:

links:
  - product: [product spec] (optional)
    url: [URL]
    label: [Label]
    results:
    - test: [Test name] 
      subtest: [Subtest name] (optional)
      status: [Specific test result status] (optional)
  - ...

Where

How to contribute to wpt-metadata repository

You can contribute to the wpt-metadata repo by sending out a PR directly or through the Triage Metadata API available for trusted third parties.

Triage Metadata API for trusted third parties

See /api/metadat/triage for more information.