cypress-io / cypress-chrome-recorder

Export Cypress Tests from Google Chrome DevTools' Recorder
MIT License
226 stars 18 forks source link

feat: add supported keys for keyDown step. #18

Closed admah closed 2 years ago

admah commented 2 years ago

This PR adds support for the keyDown step type. It enables support for special sequences found in both DevTools Recorder and the cy.type documentation.

Fixes #14.

jordanpowell88 commented 2 years ago

This closes #13

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

jgwinner commented 2 years ago

Nice! Thank you.