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

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

Cypress – Blog
Cypress – BlogMar 24, 2026

Why It Matters

By letting engineers write tests in plain English and instantly see generated code, Cypress dramatically reduces the friction of test creation and maintenance, accelerating release cycles and improving test coverage.

Key Takeaways

  • cy.prompt now enabled by default in Cypress 15.13.
  • Supports positional selectors and text‑based targeting.
  • Generated code visible for failures, even without sourcemaps.
  • Self‑healing selectors show AI or cache resolution path.
  • Beta remains free; pricing to be announced later.

Pulse Analysis

The bottleneck in modern QA pipelines often lies in translating test intent into brittle code. Cypress’s `cy.prompt` tackles this by allowing developers to describe interactions in natural language, which the tool then converts into executable commands. This approach aligns with a broader industry shift toward AI‑augmented development, where reducing manual scripting time can free resources for higher‑value testing strategies and faster feedback loops.

In its beta release, Cypress expands `cy.prompt` beyond basic actions. Positional context lets users specify exactly which instance of a repeated element to act upon, while text‑based targeting leverages visible labels for more stable selectors. Crucially, the platform now surfaces the generated code whenever a step fails, even without sourcemaps, giving engineers immediate insight into mis‑matches. The self‑healing mechanism, which logs whether a cache lookup or an AI model resolved a changed element, further boosts confidence in test reliability across evolving UI landscapes.

For enterprises, the free‑beta model lowers the barrier to adopting AI‑driven testing while Cypress gathers real‑world usage data to inform future pricing. As more teams adopt natural‑language test authoring, the competitive advantage shifts toward tools that combine ease of use with transparent debugging and robust selector strategies. Cypress’s move positions it as a frontrunner in the emerging market of AI‑enhanced test automation, promising faster test authoring, reduced maintenance overhead, and ultimately, shorter time‑to‑market for software products.

Write Cypress tests in plain English: AI-powered test automation is now in beta

Comments

Want to join the conversation?

Loading comments...