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:
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: