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
Copy file name to clipboardExpand all lines: test-cases/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,5 +5,6 @@ Manifest of test cases can be generated as followed:
5
5
1. Add the testcase description in `descriptions.csv` or fetch it from the Google spreadsheet.
6
6
2. Execute the `make-metadata.py` script: `python3 make-metadata.py http://w3id.org/rml/core/`
7
7
3. Generate the manifest with RMLMapper: `java -jar rmlmapper.jar -m manifest.rml.ttl -o manifest.ttl -s turtle`
8
-
8
+
4. Run list.sh and insert output in dev.html
9
+
5. To publish the new HTML verson of the test cases, run with `python3 -m http.server`, export `dev.html` as `index.html` in ./docs and in a subfolder with the date of the publication (maybe adapt the publication date)
0 commit comments