/wpt-metadata

Out-of-tree metadata for wpt

Primary LanguageGo

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

Design Doc

YAML Link Format Specs:

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

Where

  • product is a browser name with an option of product spec
    • {browser-name}[-{browser-version}[-{os}[-{os-version}]]]
    • e.g. chrome, safari-12, or firefox-63.0-linux
  • If omitted, the link will apply to all products in the directory.
  • Test path is relative to the current directory, so will typically be just a filename.
  • Test result status is a status as defined in the wpt.fyi codebase.