-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in testingRelates to test execution of Dart/Flutter tests for end usersRelates to test execution of Dart/Flutter tests for end usersis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Milestone
Description
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in testingRelates to test execution of Dart/Flutter tests for end usersRelates to test execution of Dart/Flutter tests for end usersis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.