-
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
There's a lot of tidying up that can be done when removing the old runner, including:
- Removing all the test view/tree classes
- Not firing
onDidChangeDatafor the entire tree on many changes - Simplify phantom group/hidden nodes in to
TestCoordinator? - Remove the durations from the
description(VS Code already adds them) - Remove commands that overlap with new VS Code commands, such as "Run test at cursor" etc.
- This may require better ranges for tests so that Run Test at Cursor works inside the body and not only on the start line
- Ensure "Clear Test Results" can still work
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.