wpt.fyi
wpt.fyi copied to clipboard
web-platform-tests dashboard
This commit should be merged in once we are ready to fully move away from Universal Analytics. The Google Analytics 4 tracking codes are already in place from the work...
# Current state of the Analytics System Currently, we leverage Universal Analytics which is due for [deprecation](https://support.google.com/analytics/answer/11583528) in favor of Google Analytics 4. There is a [guide](https://support.google.com/analytics/answer/9304153#add-tag&zippy=%2Cadd-your-tag-using-google-tag-manager%2Cadd-the-global-site-tag-directly-to-your-web-pages) of how to...
Switching to Google Tag Manager has some pros and cons when using Google Analytics Pros: - Tag Manager can determine where to send the event measurements in the backend. Therefore,...
Currently we just entirely skip the CSV header: https://github.com/web-platform-tests/wpt.fyi/blob/8bf23a6f68d18acab002aa6a613fc5660afb0a85/webapp/components/interop-2022.js#L1201 It would be potentially useful to amend the script to also generate results for Edge, however clearly if we start adding...
https://wpt.fyi/results/encoding?q=encodeinto%20or%20nonsensenonmatching&run_id=5691771970387968&run_id=5724703296585728&run_id=5119090560598016&run_id=5660552926855168 I would expect this search query, `encodeinto or nonsensenonmatching`, to return the union of those matched by `encodeinto` and `nonsensenonmatching`. Except, instead, it returns nothing, while `encodeinto` matches tests.
This is an idea based on comment by @svgeesus at https://github.com/w3c/csswg-drafts/issues/6435#issuecomment-1170139635 > We now have on WPT automated running of all tests - but in four browsers, three of which...
# Part 1 We should pin the python image used for results processor. https://github.com/web-platform-tests/wpt.fyi/blob/b1296e17801c43991445df58e1026e371763ad2d/results-processor/Dockerfile#L1 https://console.cloud.google.com/gcr/images/google-appengine/GLOBAL/python has the tags As a result, we are currently always using the latest tag whenever...
We're planning a new front page for wpt.fyi. The front page should highlight important parts of the site that most users will want to navigate to, and also be a...
Clicking "Show History" on [this](https://wpt.fyi/results/svg/animations?q=is%3Adifferent&run_id=636620001&run_id=648200002&run_id=655990003&run_id=619750003&run_id=642250001&run_id=651930002&run_id=634920003&run_id=638580001&run_id=644400001&run_id=627090004) view currently results in "Error: Row 0 is not null or an array." rather than any history
The reftest analyzer is designed to put a red outline *around* the areas of the image that differ. However, it doesn't really work when the differing area touches the edge...