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
Every command and assertion run takes a snapshot of the DOM at the moment it runs. Then when the user hovers over a log in the reporter, we replace the AUT with the snapshot so they can see what state the page was in when that command or assertion was run.
Why is this needed?
This allows the user to debug and see the state of the application at that point in time.
Other
The text was updated successfully, but these errors were encountered:
The code for this is done in cypress-io/cypress#20949, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
What would you like?
Every command and assertion run takes a snapshot of the DOM at the moment it runs. Then when the user hovers over a log in the reporter, we replace the AUT with the snapshot so they can see what state the page was in when that command or assertion was run.
Why is this needed?
This allows the user to debug and see the state of the application at that point in time.
Other
The text was updated successfully, but these errors were encountered: