Write Cypress Tests in Natural Language with Cy.prompt()

by antiloperon 11/12/2025, 12:56 PMwith 3 comments

by evacchion 11/18/2025, 10:28 PM

> This is not just a convenience feature. It is a new way of thinking about test creation that closes the distance between the coverage you need and the code that runs it

Ouff

by BinaryIgoron 11/12/2025, 2:22 PM

Sounds pretty powerful, but it's probably better to be used just to generate initial tests and then guide it manually - determinism.

Has anybody tried it and can comment on how well/bad does it work?