Current behavior
When clicking on a command in the Cypress Test Runner (e.g. get[data-cy="create-contact"]), the browser DevTools console displays "Console was cleared" instead of the yielded value/element details.
This makes it hard to inspect what a command yielded directly from the command log, which is a core debugging workflow in Cypress.
Desired behavior
Clicking a command in the Test Runner should print the yielded value/element to the browser console.
Test code to reproduce
- Open any spec in Cypress Test Runner (open mode)
- Run a test
- After the test completes, click on any command in the runner
Cypress Version
15.10.0
Debug Logs
Other
No response