json-schema-org.github.io icon indicating copy to clipboard operation
json-schema-org.github.io copied to clipboard

Include test suite results for validator implementations

Open awwright opened this issue 9 years ago • 4 comments

It might be useful if we include a brief summary of what features different validators support, and indicate test suite compliance.

This might be a task better handled by someone else, though.

awwright avatar May 02 '16 18:05 awwright

Further specification needed.

Relequestual avatar Nov 30 '16 16:11 Relequestual

I'm not really sure what I was thinking, but lemme guess

awwright avatar Nov 30 '16 23:11 awwright

Ideally, the test suite would produce a machine readable report (YAML, JSON, or CSV) which could be added within _data and then displayed on the website in a similar manner as used in #131.

Perhaps too high of barrier to entry, but this could even be automated in separate repository where all implementations to be listed had to include code that boot-strapped testing their library against the suite and generating the report.

adamvoss avatar Jun 16 '17 16:06 adamvoss

Looking at shields.io, jenkins is the only one to support number of tests passed. We could say we only display build status for projects which use at least the official test suite.

Relequestual avatar Jun 28 '17 15:06 Relequestual