wpt.fyi
wpt.fyi copied to clipboard
web-platform-tests dashboard
Thanks to https://github.com/web-platform-tests/interop-2023-mobile-testing we will have at least Chrome and Firefox mobile browser results soon. I think we should have a mobile view in the Interop 2024 dashboard. If we...
One should be able to see it's not in the spec by seeing `.tentative` somewhere in the test file name, but it's not super visible: * `my-amazing-web-platform-test.tentative.html` - reasonably visible...
Analysis done outside of wpt.fyi using runs from `/api/runs` usually ends up needing to do some filtering of the returned runs to get sensible results. For example, https://github.com/web-platform-tests/results-analysis/blob/main/bad-ranges.js filters out...
Currently we have a vendored copy of ohm.js at `webapp/components/ohm.js`, seeming 0.14.0. https://github.com/ohmjs/ohm/issues/185 introduced ES module support in 16.2.0, so we should now be able to just use the standard...
In many bits of tooling we're practically duplicating the list of products that wpt.fyi knows about; we should instead have an API that vends the list that wpt.fyi knows of.
A request to [Interop 2022](https://wpt.fyi/results/?label=experimental&label=master&product=chrome&product=firefox&product=safari&aligned&view=interop&q=label%3Ainterop-2021-aspect-ratio%20or%20label%3Ainterop-2022-cascade%20or%20label%3Ainterop-2022-color%20or%20label%3Ainterop-2022-contain%20or%20label%3Ainterop-2022-dialog%20or%20label%3Ainterop-2021-flexbox%20or%20label%3Ainterop-2022-forms%20or%20label%3Ainterop-2021-grid%20or%20label%3Ainterop-2022-scrolling%20or%20label%3Ainterop-2021-sticky%20or%20label%3Ainterop-2022-subgrid%20or%20label%3Ainterop-2021-transforms%20or%20label%3Ainterop-2022-fonts%20or%20label%3Ainterop-2022-viewport%20or%20label%3Ainterop-2022-webcompat) Creates a request to the API for the metadata `https://wpt.fyi/api/metadata?includeTestLevel=true&products=chrome%2Cfirefox%2Csafari` This JSON resource is sent with `text/plain`, not sure it is expected or just something...
Currently, when clicking on a section of a test history timeline, you will be directed to the run result in which that status first occurred. It would make sense to...
Having filed https://github.com/web-platform-tests/results-analysis/pull/194, @nt1m questioned "Is it 19/09 - 20/09 or 20/09 - 21/09 ?". And, like, we're seeing different things on the dashboard: @nt1m was seeing: . On a high level, the for loop `for !ok && len(dir) > 1` should not terminate as soon as a result is found, because...
This will allow all services to be ran locally simultaneously Fixes #2941