Skip to content

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

@haashem

Description

@haashem

Currently In test panel, it shows test group and test name and duration for each test.

Proposed improvements:

For each test group display number of tests, number of passed tests, accumulated duration of all tests in the group

Project Name +----+ 14 tests total, 8 tests passed, 0.1 seconds

  object_test.dart +-----+ 14 tests total, 8 tests passed, 0.1 seconds

     group_test +-----+ 8 tests total, 8 test passed, 0.05 seconds

     individual_test +------+ 0.003 seconds

the goal is have a glimpse on total passed tests and total duration for the whole project, each test file and test group.
Screen Shot 2020-07-08 at 12 31 16 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    in testingRelates to test execution of Dart/Flutter tests for end usersis enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions