devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Run flutter_tools as part of devtools_cli integration tests to catch flutter_tool integration issues earlier

Open jacob314 opened this issue 4 years ago • 0 comments

flutter_tools can be broken by changes to devtools_server but we currently do not run any flutter_tools tests as part of releasing devtools. https://github.com/flutter/flutter/pull/86124 pins the version of devtools used by flutter_tools but that still leaves us prone to release a version of DevTools that breaks flutter_tools only discovering the failure after release.

Ideally we would run all the flutter_tools tests with the local version of DevTools.

Fyi @Hixie

jacob314 avatar Jul 08 '21 22:07 jacob314