-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe start automate things? #2883
Comments
Easier said than done :D Caniuse has a pretty good test suite that does this (not based on WPT AFAIK), but it also adds far fewer features at a much slower rate because of that. This project does already have the confluence data that it can automatically take data from, as well as the node compat tables project. I’m not sure if anyone has looked into using WPT data yet :) Currently it’s pretty much just updated as people find issues and as browsers have new releases, typically based on the changelog/release notes. We have jpmedley contributing data for Chrome/Opera, a bunch of Mozilla employees for Firefox, and some Microsoft employees for Edge releases. The only major browser missing a contributor is Safari. So for the most part, I’d say the project has pretty good manual coverage. |
I think you’re referring to: http://web-confluence.appspot.com/#!/catalog?&q="" If so then yeah that seems to already be like what’s described in the issue description. As far as browser results for WPT, there’s https://wpt.fyi/results/ And for getting results for the latest development builds of each browser, https://wpt.fyi/results/?label=experimental |
http://web-confluence.appspot.com/#!/catalog?&q="" oh, wasn't sure you did automated test, still saw some yes/no/? at mdn while looking at some data so i thought you didn't do that. |
It exists, but it’s not really reliable enough to automatically fill the browser compat data files. It’s mostly there as a supplement when researching feature support. |
+1 I could list it's issues, but the big one is that it doesn't make distinguish between desktop, Android, and Webview. Occasionally there are differences. |
Please see #3308 for automation approaches. Feedback welcome. |
Would be cool if we could use wpt + saucelabs to report back what is supported and what is not for upcoming browser versions.
The text was updated successfully, but these errors were encountered: