Commit graph

8 commits

Author SHA1 Message Date
20176595b9 Refactor: Use workspace dependencies 2026-01-23 09:37:46 -03:00
05446c6716 Remove botserver dependency - use HTTP for integration tests 2026-01-14 12:36:26 -03:00
8593b861b5 Add comprehensive unit tests and update test framework 2025-12-23 15:52:52 -03:00
7c6c48be3a Update bottest 2025-12-21 23:40:44 -03:00
4455eb7436 Update Cargo.lock and Cargo.toml 2025-12-15 16:36:26 -03:00
45d588ad2b E2E test improvements: auto-start services, use Brave browser
- Add BotServerInstance::start_with_main_stack() for using real LLM
- Update E2E tests to auto-start BotServer and BotUI if not running
- Prefer Brave browser over Chrome/Chromium for CDP testing
- Upgrade chromiumoxide to 0.8
- Add browser window position/size for visibility
- Fix chat tests to require BotUI for chat interface
- Add browser_service.rs for CDP-based browser management
- Remove chromedriver dependency (use CDP directly)
2025-12-15 13:57:05 -03:00
9f7844580d refactor: improve test harness and browser automation
- Update harness.rs, main.rs, ports.rs
- Add chromedriver service module
- Update browser automation in web/browser.rs
- Update e2e test module
2025-12-07 02:14:37 -03:00
157a727334 - Initial import. 2025-12-06 11:05:57 -03:00