flutter/packages/flutter_tools/test/integration
Jason Simmons 311cde98a6
Reland "Clean up some flutter_tools tests and roll dependencies" (#33225)
This relands flutter/flutter#33163 with a fix to the integration_ui test.
2019-05-29 19:04:35 -07:00
..
test_data Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00
daemon_mode_test.dart Fix indentations of statements in BlockFunctionBody (#28933) 2019-03-07 21:09:28 +01:00
debugger_stepping_test.dart [O] Removing all timeouts (mark II) (#26736) 2019-01-19 00:31:05 -08:00
expression_evaluation_test.dart fix some formatting issues (#28809) 2019-03-06 09:37:32 +01:00
flutter_attach_test.dart [O] Removing all timeouts (mark II) (#26736) 2019-01-19 00:31:05 -08:00
flutter_run_test.dart Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00
hot_reload_test.dart Print 50000$ monopoly money (#27531) 2019-02-05 15:00:51 -08:00
lifetime_test.dart [O] Removing all timeouts (mark II) (#26736) 2019-01-19 00:31:05 -08:00
README.md Remove -j1 to run tools tests concurrently (#22038) 2018-09-19 17:47:06 +01:00
test_driver.dart Reland "Clean up some flutter_tools tests and roll dependencies" (#33225) 2019-05-29 19:04:35 -07:00
test_utils.dart Rename flutter packages to flutter pub (#33041) 2019-05-21 16:38:58 +02:00

Integration tests

These tests are not hermetic, and use actual Flutter SDK. While they don't require actual devices, they run flutter_tester to test Dart VM and Flutter integration.

Use this command to run:

../../bin/cache/dart-sdk/bin/pub run test