Skip to content

Commit bbb543c

Browse files
committed
[automated] Apply ESLint and Oxfmt fixes
1 parent addcb60 commit bbb543c

2 files changed

Lines changed: 15 additions & 29 deletions

File tree

browser_tests/fixtures/data/customNodeManifest.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,9 @@
33
"pack": "ComfyUI-Impact-Pack",
44
"repo": "https://github.com/ltdrdata/ComfyUI-Impact-Pack",
55
"pin": "",
6-
"tiers": [
7-
"load",
8-
"connectivity",
9-
"run"
10-
],
6+
"tiers": ["load", "connectivity", "run"],
117
"workflow": "assets/customNodes/impact_primitives_run.json",
12-
"expectedNodes": [
13-
"ImpactInt",
14-
"ImpactFloat"
15-
],
8+
"expectedNodes": ["ImpactInt", "ImpactFloat"],
169
"requiresGpu": false,
1710
"requiresModels": [],
1811
"timeoutMs": 30000
@@ -21,16 +14,9 @@
2114
"pack": "ComfyUI-VideoHelperSuite",
2215
"repo": "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite",
2316
"pin": "",
24-
"tiers": [
25-
"load",
26-
"connectivity",
27-
"run"
28-
],
17+
"tiers": ["load", "connectivity", "run"],
2918
"workflow": "assets/customNodes/vhs_video_pipeline_run.json",
30-
"expectedNodes": [
31-
"VHS_LoadVideoPath",
32-
"VHS_VideoInfo"
33-
],
19+
"expectedNodes": ["VHS_LoadVideoPath", "VHS_VideoInfo"],
3420
"requiresGpu": false,
3521
"requiresModels": [],
3622
"timeoutMs": 90000

browser_tests/tests/customNodes/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ is one JSON row, no new test code.
1717

1818
## Running
1919

20-
| Script | What it does |
21-
| -------------------------------------- | -------------------------------------------------------------------------------------- |
22-
| `pnpm test:custom-nodes` | whole suite headless - the pass/fail gate (expect `23 passed`, 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 |
20+
| Script | What it does |
21+
| -------------------------------------- | ------------------------------------------------------------------------------------- |
22+
| `pnpm test:custom-nodes` | whole suite headless - the pass/fail gate (expect `23 passed`, 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 |
3131

3232
Example - watch the VHS video-decode run step by step:
3333

0 commit comments

Comments
 (0)