dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
213 stars 75 forks source link

Add a test to check that `dart pub global activate webdev` succeeds #1622

Open elliette opened 2 years ago

elliette commented 2 years ago

This would have caught https://github.com/dart-lang/webdev/issues/1607

bkonyi commented 2 years ago

FWIW, we do have a test that tries to do this in the SDK. This test did start failing, but it wasn't clear why due to lack of logging so it was assumed to be flaky. Adding the logging to debug the failure is actually how I noticed #1607 was an issue.

bkonyi commented 2 weeks ago

Update: we still don't have a test for this in this repo.

bkonyi commented 2 weeks ago

This won't be relevant if / when we move forward with shipping DWDS / webdev with the Dart SDK.