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