Cypress – Blog

Cypress – Blog

Publication
0 followers

Front-end test automation practices, tooling, and CI/CD.

Cypress AI Skills: Get More From Your AI Coding Assistant
NewsApr 8, 2026

Cypress AI Skills: Get More From Your AI Coding Assistant

AI coding assistants can generate Cypress tests, but often produce low‑quality code with generic selectors and flaky patterns. Cypress AI Skills, an open‑source instruction set, steer these assistants toward project‑specific conventions by providing custom guidance. Two starter skills—cypress‑author for authoring...

By Cypress – Blog
Cypress Test Replay Now Captures Canvas Elements by Default
NewsApr 3, 2026

Cypress Test Replay Now Captures Canvas Elements by Default

Cypress Test Replay now records canvas elements by default for every project in Cypress Cloud, eliminating the placeholder graphics that previously appeared during debugging. The change requires no Cypress version upgrade; it works with any installation of Cypress 15.5.0 or...

By Cypress – Blog
Write Cypress Tests in Plain English: AI-Powered Test Automation Is Now in Beta
NewsMar 24, 2026

Write Cypress Tests in Plain English: AI-Powered Test Automation Is Now in Beta

Cypress has moved its AI‑driven `cy.prompt` command from experimental to beta, shipping in version 15.13.0 and enabled by default. The beta adds positional element targeting, text‑based `cy.contains` matching, visible generated code on failures, and self‑healing selectors that reveal whether AI...

By Cypress – Blog
Cloud MCP: Give Your AI Assistant Access to Your Test Runs
NewsMar 17, 2026

Cloud MCP: Give Your AI Assistant Access to Your Test Runs

Cypress has launched the beta of Cloud Model Context Protocol (MCP), a remote server that links AI coding assistants directly to Cypress Cloud test data. By exposing real‑time run statuses, failure details, stack traces, and flaky test reports, MCP eliminates...

By Cypress – Blog
Introducing Studio AI: Stronger Validation, Less Friction
NewsMar 4, 2026

Introducing Studio AI: Stronger Validation, Less Friction

Cypress introduced Studio AI, an extension to Cypress Studio that automatically generates assertion suggestions by analyzing visible DOM changes during recorded test steps. The feature, called Smart Recommendations, offers code snippets, explanations, and before‑after snapshots, using stable selectors and filtering...

By Cypress – Blog
How cy.prompt Generates cy.contains, cy.press, and Handles Sensitive Data
NewsFeb 26, 2026

How cy.prompt Generates cy.contains, cy.press, and Handles Sensitive Data

Cypress’ cy.prompt command now interprets quoted text as cy.contains calls, generating exact‑match regular expressions instead of generic selectors. The update also extends not.exist assertions to work with text‑based targeting and introduces cy.press for native keyboard actions. Additionally, cy.prompt automatically redacts...

By Cypress – Blog
Fix Cypress CI Failures Caused by No Spec Files Found
NewsFeb 25, 2026

Fix Cypress CI Failures Caused by No Spec Files Found

Cypress 15.11.0 introduces the --pass-with-no-tests CLI flag, allowing test runs that find zero spec files to exit with a zero status code instead of failing the CI pipeline. The failure previously occurred when configuration patterns like specPattern or --spec matched no files, often due to mis‑configured...

By Cypress – Blog