feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
14
fixtures/freecad-golden/failures/invalid-cone-001.json
Normal file
14
fixtures/freecad-golden/failures/invalid-cone-001.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "invalid-cone-001",
|
||||
"category": "Part",
|
||||
"description": "Cone parameter rejection",
|
||||
"operation": {
|
||||
"type": "cone",
|
||||
"radius1": -1,
|
||||
"radius2": 0,
|
||||
"height": 5,
|
||||
"angle": 360
|
||||
},
|
||||
"expectedError": "parameters"
|
||||
}
|
||||
Reference in New Issue
Block a user