You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For CLIs/scripts to easily consume the results, it would be nice to make the test scores available in JSON format.
Right now webstatus.dev only includes WPT test results and arguably one could use the WPT API to compute the scores from there, but this would especially become helpful once ECMAScript/Test262 and WebAssembly test scores are reported as well.
The text was updated successfully, but these errors were encountered:
Is this something that would work for your use-case?
On a semi-related note, it would be great to get Test262 scores into the dashboard. But we would need a way of mapping those test scores to web features. If you have any ideas, let me know. Currently, we only have the spec links from web-features. But we probably want a more concrete way.
Regarding Test262, I made an attempt in web-platform-dx/web-features#1054 but found that most likely we'll also need to identify some features by path. Then we would also need results from stable browsers, which https://test262.fyi/ doesn't have.
For CLIs/scripts to easily consume the results, it would be nice to make the test scores available in JSON format.
Right now webstatus.dev only includes WPT test results and arguably one could use the WPT API to compute the scores from there, but this would especially become helpful once ECMAScript/Test262 and WebAssembly test scores are reported as well.
The text was updated successfully, but these errors were encountered: