Cypress – Blog - Latest News and Information
  • All Technology
  • AI
  • Autonomy
  • B2B Growth
  • Big Data
  • BioTech
  • ClimateTech
  • Consumer Tech
  • Crypto
  • Cybersecurity
  • DevOps
  • Digital Marketing
  • Ecommerce
  • EdTech
  • Enterprise
  • FinTech
  • GovTech
  • Hardware
  • HealthTech
  • HRTech
  • LegalTech
  • Nanotech
  • PropTech
  • Quantum
  • Robotics
  • SaaS
  • SpaceTech
AllNewsDealsSocialBlogsVideosPodcastsDigests

Technology Pulse

EMAIL DIGESTS

Daily

Every morning

Weekly

Sunday recap

NewsDealsSocialBlogsVideosPodcasts
Cypress – Blog

Cypress – Blog

Publication
0 followers

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

Recent Posts

How cy.prompt Generates cy.contains, cy.press, and Handles Sensitive Data
News•Feb 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 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.

By Cypress – Blog
Fix Cypress CI Failures Caused by No Spec Files Found
News•Feb 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