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
In Test Replay, in case of larger objects, enable a copy button so we can extract the full object contents. I'm finding objects are abbreviated. Note here I'm logging multiple objects in one console.log.
Why is this needed?
We are trying to debug flaky tests and console.logs are helpful.
Other
Could also work with cy.log but currently cy.log only accepts strings.
The text was updated successfully, but these errors were encountered:
Perhaps even better would be to give the same functionality present when running locally when an expect fails: when clicking on the red box, print the expected/actual objects to the console.
What would you like?
In Test Replay, in case of larger objects, enable a copy button so we can extract the full object contents. I'm finding objects are abbreviated. Note here I'm logging multiple objects in one
console.log
.Why is this needed?
We are trying to debug flaky tests and
console.log
s are helpful.Other
Could also work with
cy.log
but currentlycy.log
only accepts strings.The text was updated successfully, but these errors were encountered: