No description
Find a file
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
src - Initial import. 2025-12-06 11:05:57 -03:00
tests Add comprehensive E2E testing framework with platform flow 2025-12-06 11:15:14 -03:00
.gitignore - Initial import. 2025-12-06 11:05:57 -03:00
Cargo.lock - Initial import. 2025-12-06 11:05:57 -03:00
Cargo.toml - Initial import. 2025-12-06 11:05:57 -03:00
E2E_TESTING_PLAN.md Add comprehensive E2E testing framework with platform flow 2025-12-06 11:15:14 -03:00
PROMPT.md - Initial import. 2025-12-06 11:05:57 -03:00
TASKS.md - Initial import. 2025-12-06 11:05:57 -03:00
TEMP_STACK_SETUP.md Add comprehensive E2E testing framework with platform flow 2025-12-06 11:15:14 -03:00