You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
The endpoint could help us determine state-changes for test runs (i.e. detect when a PR is changing the state of a test to be failing when it was passing).
(See web-platform-tests/wpt#7475 for context)
There's currently a bug with trailing slash handling (fixed in #168).
However, I'm reconsidering the choice of path for this. I think instead we should be changing the endpoint to be "/json", with ?platform=chrome. /latest is more relevant to the dashboard itself (see #172).
The endpoint could help us determine state-changes for test runs (i.e. detect when a PR is changing the state of a test to be failing when it was passing).
(See web-platform-tests/wpt#7475 for context)
e.g. it would be nice if instead of
https://storage.googleapis.com/wptd/b12daf6ead/safari-10-macos-10.12-sauce/IndexedDB/abort-in-initial-upgradeneeded.html
we could just call
https://storage.googleapis.com/wptd/latest/safari-10-macos-10.12-sauce/IndexedDB/abort-in-initial-upgradeneeded.html
where latest works out what to load.
If we can't do so in cloud storage's API, we can add an endpoint somewhere like wpt.fyi/lastest/[test name]
The text was updated successfully, but these errors were encountered: