mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-29 10:29:27 -06:00
* Update cy.press signature to be Chainable Since it's added via `Commands.add`, I believe `cy.press` should have a return type of `Chainable<null>` rather than `void` * Update first_spec.cy.js Updated test for chainable * use addAll rather than add to avoid type check * fix unit test * Add cli entry * update changelog --------- Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>