Skip to content

Test summary (passed/failed/ran) on Debug Console #6147

Description

@FMorschel

Is your feature request related to a problem? Please describe.
The Debug Console output when running tests via Dart Code doesn't show a test count summary (passed/failed/ran). This information is available in the Testing tab, but it's a bit inconsistent — when running tests via the CLI (dart test / flutter test), the summary is printed at the end of the output automatically.

Describe the solution you'd like
When running tests through the Debug Console, print a summary line (tests passed/failed/ran) at the end, similar to what the CLI does.

Describe alternatives you've considered
Checking the Testing tab for pass/fail/run counts — this works, but requires an extra click/context switch instead of just glancing at the Debug Console output that's already open.

Metadata

Metadata

Assignees

No one assigned

    Labels

    is enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions