Skip to content

Clicking command in Test Runner V15.10.0 no longer outputs yielded value to browser console #33398

@aqamilan

Description

@aqamilan

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

  1. Open any spec in Cypress Test Runner (open mode)
  2. Run a test
  3. After the test completes, click on any command in the runner

Cypress Version

15.10.0

Debug Logs

Other

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions