devtools
devtools copied to clipboard
Performance tools for Flutter
We need to wire the existing DevTools google analytics into the Devtools app. On web, I suspect this will work already because the ga.js file is already loaded by index.html,...
Golden image testing in Flutter is very easy, and it uses the same golden file update infrastructure we're already using. In a test file: ``` testWidgets('widgetToTest looks correct', (tester) async...
Build is red because of this failure: ``` $ flutter test --name "track widget creation off" test/inspector_service_test.dart 00:13 +0 -1: inspector service tests track widget creation off [E] Expected: false...
``` 02:46 +8 ~7 -1: /home/travis/build/flutter/devtools/packages/devtools_app/test/integration_tests/integration_test.dart: integration debugging stepping, async step, async frames [E] Expected: [ 'performAction:debugging_app_async.dart', '', 'main.run.:debugging_app_async.dart', '' ] Actual: [ 'performAction:debugging_app_async.dart', 'main.run.:debugging_app_async.dart', 'Timer._createTimer.:timer_patch.dart', '_Closure.call:function.dart' ] Which: was...
Golden tests for Flex Layout Visualizer is currently disabled due to the high effort in testing it with the recent change in #1402.
Currently there is no comprehensive test cases for Layout Explorer
Paste into connect dialog is not working until after the first hot restart. I have been able to repro this consistently.
Seen at https://travis-ci.org/flutter/devtools/jobs/597706543. ``` 02:33 +9 ~8: /home/travis/build/flutter/devtools/packages/devtools_app/test/integration_tests/integration_test.dart: integration debugging console output chrome • console:log • DevTools version 0.1.8. chrome • console:log • [{"event":"app.devToolsReady"}] chrome • console:log • [{"id":1}] chrome...
We should re-enable testing on windows bots; they were disabled to work around a (likely) regression in the travis CI (and they'd been FYI for failures in any case). Context:...