bottest/tests/e2e
Rodrigo Rodriguez (Pragmatismo) de58bc16a0 Add comprehensive E2E testing framework with platform flow
- Create platform_flow.rs with complete user journey test (load → botserver → login → chat → logout)
- Add TEMP_STACK_SETUP.md guide for using temporary isolated stacks
- Add E2E_TESTING_PLAN.md with architecture and implementation strategy
- Update e2e mod.rs to include new platform_flow module
- Include helpers for: platform loading, botserver verification, login, chat, logout
- Support for headless and headed browser testing
- Environment variable configuration for WebDriver, timeouts, logging
2025-12-06 11:15:14 -03:00
..
auth_flow.rs - Initial import. 2025-12-06 11:05:57 -03:00
chat.rs - Initial import. 2025-12-06 11:05:57 -03:00
dashboard.rs - Initial import. 2025-12-06 11:05:57 -03:00
mod.rs Add comprehensive E2E testing framework with platform flow 2025-12-06 11:15:14 -03:00
platform_flow.rs Add comprehensive E2E testing framework with platform flow 2025-12-06 11:15:14 -03:00