feat: add one-command qa lab docker launcher

This commit is contained in:
Peter Steinberger
2026-04-06 17:47:17 +01:00
parent d733786cf7
commit b4e1747391
9 changed files with 367 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ Most days:
- Faster local full-suite run on a roomy machine: `pnpm test:max`
- Direct Vitest watch loop: `pnpm test:watch`
- Direct file targeting now routes extension/channel paths too: `pnpm test extensions/discord/src/monitor/message-handler.preflight.test.ts`
- Docker-backed QA site: `pnpm qa:lab:up`
When you touch tests or want extra confidence: