test: add reproducible FreeCAD golden oracle

This commit is contained in:
2026-08-03 03:20:37 -04:00
parent 81fcc69a74
commit 2ce261b982
27 changed files with 678 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
{
"schemaVersion": 1,
"baselineId": "freecad-1.1.1",
"driver": "scripts/freecad-golden-driver.py",
"scenarios": [
{ "id": "part-box", "file": "scenarios/part-box.json" },
{ "id": "part-cylinder", "file": "scenarios/part-cylinder.json" },
{ "id": "part-sphere", "file": "scenarios/part-sphere.json" },
{ "id": "part-cone", "file": "scenarios/part-cone.json" },
{ "id": "part-cut-through-hole", "file": "scenarios/part-cut-through-hole.json" }
]
}