devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Add integration tests for connecting DevTools extensions to Dart and Flutter test targets

Open kenzieschmoll opened this issue 1 year ago • 1 comments

Test cover the fix made here: https://github.com/flutter/devtools/pull/7717.

To test this, we need an integration test that is able to connect to the DevTools server. This will require adding support for running a debug build of DevTools against a live DevTools server (https://github.com/flutter/devtools/issues/6486).

kenzieschmoll avatar May 13 '24 17:05 kenzieschmoll

Broke out the issue of adding devtools server support to the integration test harness here: https://github.com/flutter/devtools/issues/9176.

kenzieschmoll avatar May 06 '25 16:05 kenzieschmoll