
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 passwords, credit‑card data and hidden inputs before sending DOM information to the AI model, with placeholders protecting custom values. These features are live and documented.

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...