feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
122
config/chrome-profile-validation-verification.json
Normal file
122
config/chrome-profile-validation-verification.json
Normal file
@@ -0,0 +1,122 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"browserId": "chrome",
|
||||
"crossOriginIsolated": true,
|
||||
"status": "pass",
|
||||
"fixtures": {
|
||||
"closed": {
|
||||
"status": "closed",
|
||||
"ringCount": 1,
|
||||
"selfIntersections": 0
|
||||
},
|
||||
"open": {
|
||||
"status": "open",
|
||||
"ringCount": 1,
|
||||
"selfIntersections": 0
|
||||
},
|
||||
"multiRing": {
|
||||
"status": "multi-ring",
|
||||
"ringCount": 2,
|
||||
"selfIntersections": 0
|
||||
},
|
||||
"selfIntersecting": {
|
||||
"status": "self-intersecting",
|
||||
"ringCount": 1,
|
||||
"selfIntersections": 1
|
||||
},
|
||||
"invalidNesting": {
|
||||
"status": "invalid-nesting",
|
||||
"ringCount": 2,
|
||||
"selfIntersections": 0
|
||||
},
|
||||
"nonPlanar": {
|
||||
"status": "non-planar",
|
||||
"ringCount": 1,
|
||||
"selfIntersections": 0
|
||||
},
|
||||
"degenerate": {
|
||||
"status": "degenerate",
|
||||
"ringCount": 1,
|
||||
"selfIntersections": 0
|
||||
}
|
||||
},
|
||||
"validationErrors": {
|
||||
"closed": null,
|
||||
"multiRing": null,
|
||||
"open": "Profile ring 0 is open.",
|
||||
"selfIntersecting": "Profile contains self-intersecting edges.",
|
||||
"invalidNesting": "Profile holes must be contained directly inside the outer ring.",
|
||||
"nonPlanar": "Profile ring 0 is not coplanar with the outer ring.",
|
||||
"degenerate": "Profile ring 0 is collinear."
|
||||
},
|
||||
"partDesignProfiles": {
|
||||
"closed": {
|
||||
"code": null,
|
||||
"regionCount": 1
|
||||
},
|
||||
"multiRing": {
|
||||
"code": null,
|
||||
"outerPoints": 4,
|
||||
"holeCount": 1,
|
||||
"regionCount": 1
|
||||
},
|
||||
"open": {
|
||||
"code": "PROFILE_OPEN"
|
||||
},
|
||||
"selfIntersecting": {
|
||||
"code": null,
|
||||
"regionCount": 2,
|
||||
"regionPoints": [
|
||||
3,
|
||||
3
|
||||
]
|
||||
},
|
||||
"invalidNesting": {
|
||||
"code": null,
|
||||
"regionCount": 2,
|
||||
"regionPoints": [
|
||||
4,
|
||||
4
|
||||
]
|
||||
}
|
||||
},
|
||||
"partDesignGeometry": {
|
||||
"closed": {
|
||||
"volume": 360,
|
||||
"solids": 1,
|
||||
"shapeType": "solid",
|
||||
"structuralValid": false,
|
||||
"structuralErrors": 20,
|
||||
"structuralWarnings": 0
|
||||
},
|
||||
"multiRing": {
|
||||
"volume": 320,
|
||||
"solids": 1,
|
||||
"shapeType": "solid",
|
||||
"structuralValid": false,
|
||||
"structuralErrors": 40,
|
||||
"structuralWarnings": 0
|
||||
},
|
||||
"selfIntersecting": {
|
||||
"volume": 80,
|
||||
"solids": 2,
|
||||
"shapeType": "compound",
|
||||
"structuralValid": true,
|
||||
"structuralErrors": 0,
|
||||
"structuralWarnings": 0
|
||||
},
|
||||
"invalidNesting": {
|
||||
"volume": 370,
|
||||
"solids": 2,
|
||||
"shapeType": "compound",
|
||||
"structuralValid": true,
|
||||
"structuralErrors": 0,
|
||||
"structuralWarnings": 0
|
||||
}
|
||||
},
|
||||
"opfs": {
|
||||
"markerSuite": "SK-11",
|
||||
"markerCases": 12,
|
||||
"markerRemoved": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user