No description
Find a file
Rodrigo Rodriguez (Pragmatismo) 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
src feat: add BotUI orchestration for e2e browser tests 2025-12-14 15:59:07 -03:00
tests feat: add BotUI orchestration for e2e browser tests 2025-12-14 15:59:07 -03:00
.gitignore refactor: improve test harness and browser automation 2025-12-07 02:14:37 -03:00
Cargo.lock Update harness and chat tests 2025-12-12 16:39:45 -03:00
Cargo.toml refactor: improve test harness and browser automation 2025-12-07 02:14:37 -03:00
PROMPT.md feat: add BotUI orchestration for e2e browser tests 2025-12-14 15:59:07 -03:00