@@ -17,17 +17,17 @@ is one JSON row, no new test code.
1717
1818## Running
1919
20- | Script | What it does |
21- | -------------------------------------- | -------------------------------------------------------------------------------------- |
20+ | Script | What it does |
21+ | -------------------------------------- | ------------------------------------------------------------------------------------- |
2222| ` pnpm test:custom-nodes ` | whole suite headless - the pass/fail gate (every tier passes, zero skips) |
23- | ` pnpm test:custom-nodes:watch ` | headed slow-motion run of the browser tiers, hands-off watching |
24- | ` pnpm test:custom-nodes:debug ` | step through the browser tiers in the Playwright Inspector (F10 step, F8 resume) |
25- | ` pnpm test:custom-nodes:impact-render ` | Impact nodes render in both renderers (Inspector) |
26- | ` pnpm test:custom-nodes:impact-run ` | Impact group workflow executes on the backend (Inspector) |
27- | ` pnpm test:custom-nodes:vhs-render ` | VHS nodes render in both renderers (Inspector) |
28- | ` pnpm test:custom-nodes:vhs-run ` | VHS decodes a real video through its node chain (Inspector) |
29- | ` pnpm test:custom-nodes:connectivity ` | slot/type contract: type-paired links + real slot drags in both renderers (Inspector) |
30- | ` pnpm test:custom-nodes:self-check ` | watches the harness catch a deliberate execution error |
23+ | ` pnpm test:custom-nodes:watch ` | headed slow-motion run of the browser tiers, hands-off watching |
24+ | ` pnpm test:custom-nodes:debug ` | step through the browser tiers in the Playwright Inspector (F10 step, F8 resume) |
25+ | ` pnpm test:custom-nodes:impact-render ` | Impact nodes render in both renderers (Inspector) |
26+ | ` pnpm test:custom-nodes:impact-run ` | Impact group workflow executes on the backend (Inspector) |
27+ | ` pnpm test:custom-nodes:vhs-render ` | VHS nodes render in both renderers (Inspector) |
28+ | ` pnpm test:custom-nodes:vhs-run ` | VHS decodes a real video through its node chain (Inspector) |
29+ | ` pnpm test:custom-nodes:connectivity ` | slot/type contract: type-paired links + real slot drags in both renderers (Inspector) |
30+ | ` pnpm test:custom-nodes:self-check ` | watches the harness catch a deliberate execution error |
3131
3232Example - watch the VHS video-decode run step by step:
3333
0 commit comments