Files
ComfyUI_frontend/browser_tests/tests/load3d
Kelly Yang d07599024a test: add E2E tests for Load3D config persistence, settings integration, and splat/PLY model loading (levels 10-12)
Add three new E2E spec files covering the 3D node test plan:
- load3dConfiguration.spec.ts: scene/camera/model config persists through
  workflow save and reload
- load3dSettings.spec.ts: Comfy.Load3D.* settings applied to newly created
  nodes; 3DViewerEnable controls button visibility
- load3dSplatPLY.spec.ts: PLY model loads with threejs engine; splat model
  hides Light and Export categories in the controls menu

Also extend Load3DHelper with menu interaction methods (selectMenuCategory,
clickGridToggle, switchCameraType, selectMaterialMode) and export
getNodeConfig<T> for reading node properties in tests. Add
load3dVueEnabledTest fixture and minimal test assets (test_model.ply,
test_model.splat).
2026-04-17 12:14:23 -07:00
..