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
We can track implementations from the spec.
If we agree on the test results report, we can automatically build a
supported features matrix for different implementations.
For that, we can create a folder implementations/, where implementations can be pull-requested as a separate json file like:
{
name: 'my fancy implementation, description: '.....', site: 'http://..',// index of test results
tests_report: 'http://.../tests/index.json'}// tests/index.json{tests: [{name: ...,resultUrl: ...},{name: ...,resultsUrl: ...}]}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We can track implementations from the spec.
If we agree on the test results report, we can automatically build a
supported features matrix for different implementations.
For that, we can create a folder
implementations/
, where implementations can be pull-requested as a separate json file like:Beta Was this translation helpful? Give feedback.
All reactions