Replies: 2 comments 1 reply
-
Hi, any updates on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@wlsf82 No, this is the unfortunate side effect of us adding new commands, which we do very rarely. Any existing commands with that name would need to be renamed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a plugin that implements the
.press()
command, and now that Cypress has implemented thecy.press
command, mine doesn't work with version 14.3.0.Because of that, I've updated the plugin with
peerDependencies
pointing to Cypress version 14.2.1 (see https://github.com/wlsf82/cy-press/blob/main/package.json#L17).But as far as I understood, the new
cy.press()
command must be chained directly from the globalcy
object, while mine must be chained to a previous subject other than thecy
object.With that said, would it be possible for both to coexist?
Cc @jennifer-shehane.
Beta Was this translation helpful? Give feedback.
All reactions