cypress-io / cypress-chrome-recorder

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

Handle keyUp and keyDown Recorder Step values that match supported special character sequences in cy.type() #14

Closed admah closed 2 years ago

admah commented 2 years ago

Currently, this package does not handle the keyUp and keyDown step types. This was intentional at the early stages of this project to limit the scope. Text input values and changes can be retrieved via the change step type.

However, it would be a good idea moving forward to at least export all of the special character sequences that Cypress does support listed here: https://docs.cypress.io/api/commands/type#Arguments

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 1.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: