End-to-End Testing Orchestration
Test Workflow
1. Test Planning
- Identify user flows to validate
- Define success criteria
- Map test scenarios to requirements
2. Environment Setup
- Start server (if needed)
- Configure browser automation
- Prepare test data
3. Test Execution
- Run browser automation steps
- Verify server responses
- Capture screenshots/logs on failure
4. Results Analysis
- Compare actual vs expected outcomes
- Generate test reports
- Identify failures and root causes
Orchestration Pattern
- Coordinate: Start server, launch browser
- Execute: Run test steps in sequence
- Verify: Check server state, browser output
- Report: Consolidate results and findings
Reference Materials
Test patterns and verification strategies are documented inline above.
Note: For isolated browser automation, use driving-browser skill. For server-only testing, use appropriate backend testing tools.