mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-24 22:58:08 +00:00
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).