You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
DanTup
changed the title
Support fast "run all tests" when the test set only includes/excludes full files
Support fast "run tests" when the test set only includes/excludes full files
Oct 7, 2021
When running "Run All Tests" with
noDebug
from the VS Code runner, we will do the fast thing (rundart 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
TestItem
s are suites) and any exclusions are also complete files (or groups/tests that are not in the included set).The text was updated successfully, but these errors were encountered: