test: add reproducible FreeCAD golden oracle
This commit is contained in:
12
fixtures/freecad-golden/manifest.json
Normal file
12
fixtures/freecad-golden/manifest.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user