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
For custom commands, it makes sense that their name will show up as a step in the script.
Right now they don't, and it seems like the only workaround is to use cy.log() inside the command, but that's not a great experience.
The text was updated successfully, but these errors were encountered:
For custom commands, it makes sense that their name will show up as a step in the script.
Right now they don't, and it seems like the only workaround is to use
cy.log()
inside the command, but that's not a great experience.The text was updated successfully, but these errors were encountered: