feat(qa): add repo-backed qa suite runner

This commit is contained in:
Peter Steinberger
2026-04-05 23:20:39 +01:00
parent eb6d0ce2c2
commit 4780788bbb
8 changed files with 1012 additions and 2 deletions

View File

@@ -79,6 +79,12 @@ pnpm qa:lab:build
pnpm openclaw qa ui
```
Full repo-backed QA suite:
```bash
pnpm openclaw qa suite
```
That launches the private QA debugger at a local URL, separate from the
shipped Control UI bundle.