wpt-metadata is a repo for storing wpt.fyi test-result metadata, about tests defined in the wpt repo, in metadata yml files.
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
, orfirefox-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.