Skip to content

isabella232/wpt-metadata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Design Doc

YAML Link Format Specs:

links:
  - product: [product spec]
    url: [URL]	
    results:
    - test: [Test name] 
      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
  • Test name is a filename, which is relative to the current directory. If it is "*" (note that asterisks must be quoted in YAML), the link will apply to all tests in the current directory and its subdirectories.
  • Test result status is an optional field that records the WPT test result, as defined in the wpt.fyi codebase. When the WPT version or the browser version changes, this field could be used to indicate that a test is out-of-date. It is currently unused by tooling.

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.

About

Out-of-tree metadata for wpt

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%