wpt.fyi
wpt.fyi copied to clipboard
web-platform-tests dashboard
## Description This adds a flag which overrides the default logic for allowing the interop scores. ## Review Information As I understand it, we pull defaults from somewhere server-side; it's...
Upgrade to actions/checkout@v3, which runs node16 by default. Resolve following [warnings](https://github.com/web-platform-tests/wpt.fyi/actions/runs/3228727256): ``` Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022- 09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use...
web_components_test & go_chrome_test are both experiencing flakiness and the issue lies in downloading the Chrome Stable build: ``` if [[ -z "$(which google-chrome)" ]]; then \ ARCHIVE=google-chrome-stable_current_amd64.deb; \ wget -q...
One thing is to keep in mind that when we choose tools/libraries, we want consistencies between wpt.fyi and Chromestatus **Polymer 3 -> LitElement 2.0** The Polymer 3 library has entered...
When making queries, we can easily visualise the high level list of tests that are passing or failing (for example [here](https://wpt.fyi/results/?label=master&label=experimental&aligned&view=subtest&q=webrtc%20%28chrome%3A%21ok%26chrome%3A%21pass%29)). But in a scenario where we are interested in...
Bumps [mypy](https://github.com/python/mypy) from 0.971 to 0.981. Commits c7b4714 Update version to 0.981 2bd7da2 [0.980 backport] build changes (#13688) 2b2953a [0.980 backport] Update pos-only unit tests for Python 3.10.7 (#13660) (#13665)...
## Background There are places in the code where the url scheme is hardcoded to `https`. As a result, when a developer has all of the micro services up locally,...
Definition of done: - [ ] Replace the usage of golint with golangci-lint in Makefile - [ ] Linters to enabled - errcheck - gosimple - govet - ineffassign -...
Definition of done: - [ ] All the lint errors are fixed - [ ] Any TODOs which allowed go lint errors to succeed in #2983 are removed
This issue is a catch-all for golang issues that would be great for a new person to look into. - [ ] #2983 - [ ] #2984 - [ ]...