More keys, more power: cy.press() got an upgrade in Cypress 15.1.0
When we first introduced cy.press() in Cypress 14.3.0, it unlocked something our community had been asking for: a way to send real, native keyboard events to the browser. The initial release focused on one of the most important keys for accessibility testing: Tab, so you could confidently verify focus management and keyboard navigation.
With Cypress 15.1.0, we've expanded support far beyond Tab. You can now use cy.press() to simulate letters, numbers, special characters, and a wide range of nam
Read more