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.
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
Testingtab, 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
Testingtab 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.