mirror of
https://github.com/rookiestar28/ComfyUI-OpenClaw.git
synced 2026-08-14 00:48:07 +00:00
ComfyUI-OpenClaw - E2E Tests
Playwright-based end-to-end tests for the OpenClaw sidebar UI.
Setup
npm ci
npx playwright install chromium
Run
npm test
# optional
npm run test:ui
npm run test:headed
npm run test:debug
npm run test:report
Structure
tests/e2e/
specs/ # Playwright specs
mocks/ # ComfyUI mocks
utils/ # shared helpers
test-harness.html