Skip to content

Conversation

@BootBlock
Copy link
Contributor

@BootBlock BootBlock commented Aug 19, 2020

Adds a test summary to each Suite and Group node after running tests, in the format of:

  • {passed_count}/{total_tests} passed, {duration}ms

As an example, this looks like:

  • 5/11 passed, 624ms

Fixes #2623.

@DanTup
Copy link
Member

DanTup commented Aug 24, 2020

There are some failing tests, as there are flutter test tests that also compare the tree output, but I'll merge this and fix it up in master. Thanks!

@DanTup DanTup added this to the v3.14.0 milestone Aug 24, 2020
@DanTup DanTup added in testing Relates to test execution of Dart/Flutter tests for end users is enhancement labels Aug 24, 2020
@DanTup DanTup merged commit c1a2745 into Dart-Code:master Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in testing Relates to test execution of Dart/Flutter tests for end users is enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add summary of test status/durations to non-leaf nodes

2 participants