Skip to content

Support fast "run tests" when the test set only includes/excludes full files #3599

@DanTup

Description

@DanTup

When running "Run All Tests" with noDebug from the VS Code runner, we will do the fast thing (run dart test test instead of sequentially running each file) only if you're running the whole set.

However, it should be possible to do the same if the selection is a complete set of files (eg. all included TestItems are suites) and any exclusions are also complete files (or groups/tests that are not in the included set).

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