-
Notifications
You must be signed in to change notification settings - Fork 343
Migrate test running to "dart run" for tests #2950
Copy link
Copy link
Closed
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsin 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
Metadata
Metadata
Assignees
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsin 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.
From #2949 (comment)
I tried using
dart test, though I found that with--pause_isolates_on_start=trueit would be paused but not print the VM Service URI. If I tried adding--write-service-info=foo.txtit also didn't write the VM Service info there. I don't know whether those are complicated or simple things to address though.