May 2026 Summaries
2 posts from Cypress
Filter
Month:
Year:
Post Summaries
Back to Blog
Emily Wisniewski discusses the integration of the Chrome DevTools MCP with Cypress to enhance local test development by granting AI agents direct access to live test sessions. This setup allows agents to interact with the Cypress-controlled browser's live state, enabling them to diagnose failures using real-time data from the runner, DOM, console logs, and network requests, rather than relying on user descriptions. The integration involves configuring a matching Chrome remote debugging port between the Cypress session and Chrome DevTools MCP, allowing seamless communication and automatic test updates. This approach complements the Cypress Cloud MCP by covering the complete development cycle, from local iterations and fixing CI failures to post-CI triage, thereby closing different workflow loops and enabling efficient debugging and test management.
May 22, 2026
712 words in the original blog post.
Cypress Cloud MCP is now generally available, following a successful beta phase where over 500 organizations and 1,000 developers utilized it to enhance debugging processes with AI assistants like Claude and GitHub Copilot. The platform allows developers to query Cypress Cloud data directly from AI assistants, streamlining workflows by eliminating the need to manually navigate failure data. Key improvements since the beta include enhanced UI coverage and accessibility, enabling AI agents to identify untested application areas and triage accessibility violations. The introduction of OAuth authentication simplifies the setup process by eliminating the need for managing personal access tokens, thus reducing friction for teams. Future enhancements include Test Replay, which aims to provide complete execution context to AI assistants to further improve debugging efficiency. The overarching goal is to provide developers with the right testing context promptly, allowing them to focus on critical tasks and improve their productivity. The integration is available for free on all Cypress Cloud plans, with setup instructions detailed in the documentation.
May 20, 2026
656 words in the original blog post.