Manifest of test cases can be generated as followed:
- Add the testcase description in
descriptions.csvor fetch it from the Google spreadsheet. - Execute the
make-metadata.pyscript:python3 make-metadata.py http://w3id.org/rml/core/ - Generate the manifest with RMLMapper:
java -jar rmlmapper.jar -m manifest.rml.ttl -o manifest.ttl -s turtle - Run list.sh and insert output in dev.html
- To publish the new HTML verson of the test cases, run with
python3 -m http.server, exportdev.htmlasindex.htmlin ./docs and in a subfolder with the date of the publication (maybe adapt the publication date)