Commit graph

8 commits

Author SHA1 Message Date
1232b2fc65 Test framework improvements and fixture updates 2025-12-28 11:51:00 -03:00
b38574c588 Update test structure and cleanup deprecated tests 2025-12-26 08:59:54 -03:00
3d0a9a843d Remove all code comments 2025-12-23 18:41:29 -03:00
8593b861b5 Add comprehensive unit tests and update test framework 2025-12-23 15:52:52 -03:00
56fdfab2c4 Suppress warnings for test scaffolding code (allow dead_code) 2025-12-17 11:27:18 -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