Currently, the MCS API conformance testing tool generates an HTML report. HTML is good for human readability but having a machine readable output like a YAML or JSON makes it easy it easy to create the comparison matrix among all the implementations.
Ginkgo (the framework used in the conformance tests) can produce a JSON report, perhaps that can be used directly here.
Currently, the MCS API conformance testing tool generates an HTML report. HTML is good for human readability but having a machine readable output like a YAML or JSON makes it easy it easy to create the comparison matrix among all the implementations.
Ginkgo (the framework used in the conformance tests) can produce a JSON report, perhaps that can be used directly here.