Commit graph

3 commits

Author SHA1 Message Date
eb5c642559 Add E2E testing README with quick start guide
- Quick start examples for HTTP-only and browser tests
- Test structure and phases documentation
- Environment variables reference
- WebDriver setup instructions
- Common issues and solutions
- CI/CD integration examples
- Performance metrics and benchmarks
2025-12-06 11:16:14 -03:00
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
157a727334 - Initial import. 2025-12-06 11:05:57 -03:00