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
Currently, Cypress does not capture the console props of Cypress commands (with the exception of cy.request()).
When clicking a command in the Command Log in Test Replay the following is printed to the console (with the exception of cy.request()).
Command details not yet supported
When clicking on a Command in the Command Log within Test Replay, we want to see the console props of the command for debugging purposes like shown below:
Why is this needed?
No response
Other
No response
The text was updated successfully, but these errors were encountered:
What would you like?
Currently, Cypress does not capture the console props of Cypress commands (with the exception of
cy.request()
).When clicking a command in the Command Log in Test Replay the following is printed to the console (with the exception of
cy.request()
).When clicking on a Command in the Command Log within Test Replay, we want to see the console props of the command for debugging purposes like shown below:
Why is this needed?
No response
Other
No response
The text was updated successfully, but these errors were encountered: