You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a plugin that implements the .press() command, and now that Cypress has implemented the cy.press command, mine doesn't work with version 14.3.0.
But as far as I understood, the new cy.press() command must be chained directly from the global cy object, while mine must be chained to a previous subject other than the cy object.
With that said, would it be possible for both to coexist?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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