wpt.fyi
wpt.fyi copied to clipboard
web-platform-tests dashboard
This conditional is supposed to show "Test status" for reftests: https://github.com/web-platform-tests/wpt.fyi/blob/0f000bc65bca1724dc453c63f6b20ff64fd7d5f7/webapp/components/test-file-results.js#L282 I'm sure that once worked, but it has since regressed. https://wpt.fyi/results/css/css-ui/appearance-auto-001.html now looks like this:  Possibly the addition...
Forked from https://github.com/web-platform-tests/wpt.fyi/issues/1539. Copying some comments over: https://github.com/web-platform-tests/wpt.fyi/issues/1539#issuecomment-552049114 "Do we have an issue for the fact that Edge Canary doesn't seem to be tagged with experimental? (Or is there a...
Selecting an item to triage while in triage mode will cause a black border to appear, which will cause grid-shifting due to the grid having the `border-collapse: collapse` attribute. It...
It would be useful if wpt.fyi directory listings showed a row either at the top or bottom with the totals. For example, I've been focusing a lot on the [list...
Typing into the search box will already autocomplete test names, but it would be great if it would also autocomplete directory names. I often find myself searching on the front...
`TestIngestTriggered` is flaky on the `go_test` step of GitHub checks . The error is ``` controller.go:266: missing call(s) to *monitor.MockRuntime.GetHeapBytes() /github/workspace/api/query/cache/monitor/monitor_test.go:162 controller.go:266: aborting test due to missing call(s) --- FAIL:...
repro: 1. Load https://wpt.fyi/results/workers/semantics/interface-objects/002.worker.html?label=experimental&label=master&aligned 2. Enter triage mode 3. Click on a subtest name 4. [Nothing happens] Given subtests can be triaged on a per-browser basis, it should be possible...
@reillyeon asked me: > can you share a link to where the infrastructure that runs wpt.fyi is documented? I get questions from developers about how it is different from our...
As a follow up step for #2560, `deploy-comment.sh` still needs to be migrated from Travis to GitHub.
Follow up for the [comment](https://github.com/web-platform-tests/wpt.fyi/issues/2362#issuecomment-862568096). After fixing #2362 with a caching layer in wpt.fyi, the PR creation toast is no longer needed because users don't need to do anything with...