## Cypress Commands

### Command List

- `cy.get()`
- `cy.find()`
- `cy.debug()`
- `cy.visit()`
- `cy.mount()`
- `cy.click()`
- `cy.type()`
- `cy.pause()`
- `cy.within()`
- `cy.contains()`
- `cy.each()`
- `cy.dblclick()`
- `cy.filter()`
- `cy.eq()`
- `cy.clearCookie()`
- `cy.end()`

## Cypress Blog Highlights

### Cypress Cloud MCP is Generally Available
Cypress AI Today, Cypress Cloud MCP is generally available! When we launched Cloud MCP in beta two months ago, we had a hypothesis: developers shouldn't have to copy-paste stack traces into a chat window to get their AI assistant to help them debug. Cypress Cloud already had all the context their assistant needed. We just needed to close the gap.

### Cypress Ambassador Spotlight: Alejandro Brugarolas
**What motivates you to be a Cypress Ambassador?**  The desire to be part of a community focused on software quality.  
**How do you currently help others?**  As a teacher, I teach testing concepts and how to use Cypress for end-to-end testing.
**What is your favorite Cypress feature?**  On one hand, I find interceptors extremely useful, but I also love how easy it is to extend Cypress's capabilities and create new plugins.

### How to Connect an AI Agent to a Live Cypress Test Session
Connecting the Chrome DevTools MCP to your Cypress session changes the way you interact with test failures by providing more context.

### Cypress Accessibility and AI Agents
Cypress Accessibility runs in the background within Cypress Cloud, capturing thousands of snapshots and processing them for accessibility checks.

### Cypress Test Replay Now Captures Canvas Elements by Default
Canvas capture is now on by default for all projects in Cypress Cloud.

**Cypress AI Skills: Get More From Your AI Coding Assistant**  AI coding tools can write Cypress tests but often struggle with the specifics required.

### Write Cypress Tests in Plain English
**Test automation is now in beta** — Describe what you want in plain English and Cypress handles the rest.

### Cloud MCP: Give Your AI Assistant Access to Your Test Runs
This new feature aims to eliminate the context gap in AI-driven development by enabling a better connection between AI tools and your test runs.
