-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
Description
e.g. see https://wpt.fyi/api/run?sha=latest&product=safari-228%20preview-mac-15.6
I'd expect this to return:
{
"id": 5167098633650176,
"browser_name": "safari",
"browser_version": "228 preview",
"os_name": "mac",
"os_version": "15.6",
"revision": "d96201eed3",
"full_revision_hash": "d96201eed32ae5e6eba3e3d3fae4bd98144a1995",
"results_url": "https://storage.googleapis.com/wptd/d96201eed32ae5e6eba3e3d3fae4bd98144a1995/safari-228_preview-mac-15.6-47485f8cd0-summary_v2.json.gz",
"created_at": "2025-09-19T22:27:27.435109Z",
"time_start": "2025-09-19T18:39:02.881Z",
"time_end": "2025-09-19T21:38:24.501Z",
"raw_results_url": "https://storage.googleapis.com/wptd-results/d96201eed32ae5e6eba3e3d3fae4bd98144a1995/safari-228_preview-mac-15.6-47485f8cd0/report.json",
"labels": ["experimental", "github-actions", "master", "preview", "safari"]
}However, the actual response is:
{
"id": 5069849366888448,
"browser_name": "safari",
"browser_version": "228 preview",
"os_name": "mac",
"os_version": "26.0",
"revision": "78f07c8c84",
"full_revision_hash": "78f07c8c84ee120d98dca048a645fbaf4e488aa6",
"results_url": "https://storage.googleapis.com/wptd/78f07c8c84ee120d98dca048a645fbaf4e488aa6/safari-228_preview-mac-26.0-4b7a005279-summary_v2.json.gz",
"created_at": "2025-09-22T17:20:33.317745Z",
"time_start": "2025-09-22T17:15:54.85Z",
"time_end": "2025-09-22T17:19:58.226Z",
"raw_results_url": "https://storage.googleapis.com/wptd-results/78f07c8c84ee120d98dca048a645fbaf4e488aa6/safari-228_preview-mac-26.0-4b7a005279/report.json",
"labels": [
"experimental",
"github-actions",
"pr_head",
"preview",
"safari"
]
}The docs imply this should work:
Line 116 in 5b5f853
| __`product`__ : browser[version[os[version]]]. e.g. `chrome-63.0-linux` |