devtools
devtools copied to clipboard
Add integration tests for connecting DevTools extensions to Dart and Flutter test targets
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).
Broke out the issue of adding devtools server support to the integration test harness here: https://github.com/flutter/devtools/issues/9176.