mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-21 14:59:39 +00:00
Addresses review feedback: https://github.com/Comfy-Org/ComfyUI_frontend/pull/10694#discussion_r3005550579
620 B
620 B
@comfyorg/test-recorder
Interactive CLI for recording and transforming Playwright browser tests for ComfyUI.
Usage
From the repo root:
pnpm comfy-test record # Record a new test
pnpm comfy-test transform <file> # Transform raw codegen to conventions
pnpm comfy-test check # Check environment prerequisites
pnpm comfy-test list # List available workflows
For QA Testers
See the Browser Tests README for full setup instructions.
Development
cd tools/test-recorder
pnpm build # Compile TypeScript
pnpm dev # Watch mode