Commit graph

5 commits

Author SHA1 Message Date
706391b272 docs: update PROMPT.md with weekly maintenance checklist 2025-12-18 16:18:24 -03:00
af41ecbdb0 feat: add BotUI orchestration for e2e browser tests
- Add BotUIInstance struct to start botui alongside botserver
- Update E2ETestContext to start botui and use its URL as base_url
- Add start_botui() method to TestContext
- Fix harness to use env vars BOTUI_PORT and BOTSERVER_URL for botui
- Update harness to use debug build by default
- Add SKIP_LLM_SERVER env var to skip local LLM server in tests
- Make stack_path absolute and canonicalize botserver paths
2025-12-14 15:59:07 -03:00
3476080ac6 Update harness and chat tests 2025-12-12 16:39:45 -03:00
7d5a73e0d2 Move documentation to botbook, update PROMPT to enforce botbook-only docs
- Removed E2E_TESTING_PLAN.md, README_E2E_TESTING.md, TEMP_STACK_SETUP.md from root
- All documentation now in gb/botbook/src/17-testing/
- Updated PROMPT.md v7.0 to forbid root .md files
- PROMPT.md is now the source of truth for testing patterns
- Developers refer to botbook and PROMPT.md, not scattered .md files
2025-12-06 11:23:57 -03:00
157a727334 - Initial import. 2025-12-06 11:05:57 -03:00