wpt.fyi icon indicating copy to clipboard operation
wpt.fyi copied to clipboard

api/results documentation does not reflect current behaviour

Open beaufortfrancois opened this issue 3 years ago • 0 comments
trafficstars

In https://github.com/web-platform-tests/wpt.fyi/tree/main/api#apiresults, it says

The summary JSON is in the format
{
  "/path/to/test.html": [1, 1],
}
Where the array contains [number of passes, total tests].

while it is actually something like that "/path/to/test.html": {"s": "O", "c": [1, 1]},

It would be good to update documentation

beaufortfrancois avatar Aug 19 '22 06:08 beaufortfrancois