wpt.fyi
wpt.fyi copied to clipboard
web-platform-tests dashboard
Kyle tells me that we used to have this in Travis CI, but we might have left it behind after the migration to GitHub actions. Right now PRs that modify...
I'm not sure about all of the rest of wpt.fyi but at least some pages, like interop page seem straightforward enough and widely shared and linked enough that it's worth...
The web_component_test CI action is a little flaky. An example [run](https://github.com/web-platform-tests/wpt.fyi/actions/runs/3789867524/jobs/6444124312): ``` chrome 108 ✓ components/test/wpt-app.html » » WPTApp.prototype.* » computePathIsRootDir » root dir chrome 108 Tests failed: Error thrown...
Steps to reproduce: - On wpt.fyi, enable "Triage Mode" at the top and go to some directory of tests (any will do) - Select a few tests and triage them...
Hi :) I am trying to follow the guide on setting up local development of the wpt.fyi dashboard. I am running into a lot of problems and I have no...
Looking at https://wpt.fyi/results/compat?run_id=5095555055484928&run_id=5174632751824896&run_id=5155156954185728&run_id=5128162447196160 I see "Showing 31 tests (98 subtests)" at the top of the table, but the Subtest Total at the bottom has numbers like 109 / 119, suggesting...
Taking a look at this [Github Action](https://github.com/web-platform-tests/wpt-metadata/actions/runs/8511859872/job/23312301217?pr=6215), you see that it breaks the build because the URL cannot be parsed because it is missing the protocol. ``` --- FAIL: TestParseMetadata/../html/semantics/popovers/META.yml...
Small change to add the "Interop" and "Investigations" scores to the mobile results view, as well as the Investigations scores table.
In the following: https://github.com/web-platform-tests/wpt.fyi/blob/d6339c43adc80e4d5daaf3b27b521c166a15c9b8/results-processor/processor.py#L200-L210 There's nothing stopping us from overwriting files that already exist when extracting, and it's hard to check for in advance given `ZipFile.extract` does some normalization of...