mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-07-26 08:32:26 +08:00
![copilot-swe-agent[bot]](/assets/img/avatar_default.png)
- Renamed sse.spec.ts to http.spec.ts with git mv to preserve history - Updated most tests to use StreamableHTTPClientTransport with /mcp endpoint instead of SSEClientTransport with /sse endpoint - Changed existing "streamable http transport" test to "sse transport" test using /sse endpoint - Updated test names from "sse transport" to "http transport" to reflect new default - Removed SSE session-specific debug log expectations from tests since streamable HTTP doesn't use SSE sessions - This provides better test coverage for the new default /mcp endpoint while maintaining legacy /sse testing Co-authored-by: pavelfeldman <883973+pavelfeldman@users.noreply.github.com>