**Problem:** - Test only warned about missing WebSocket servers (didn't fail) - Wouldn't have caught the bug your friend encountered **Solution:** 1. Make WebSocket server check mandatory (fail if not responding) 2. Add retry logic (wait up to 10s for servers to start) 3. Add end-to-end test: verify orchestrator terminal page loads **Now catches:** ✅ Config discovery bug (API endpoint fails if config not loaded) ✅ WebSocket server bug (test fails if servers not started) ✅ Terminal page bug (test fails if session page doesn't load) All bugs from your friend's experience are now covered! Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| integration | ||