flutter/packages/flutter_tools/test/integration
2019-01-29 21:47:16 +01:00
..
test_data [O] Removing all timeouts (mark II) (#26736) 2019-01-19 00:31:05 -08:00
daemon_mode_test.dart [O] Removing all timeouts (mark II) (#26736) 2019-01-19 00:31:05 -08:00
debugger_stepping_test.dart [O] Removing all timeouts (mark II) (#26736) 2019-01-19 00:31:05 -08:00
expression_evaluation_test.dart [O] Removing all timeouts (mark II) (#26736) 2019-01-19 00:31:05 -08:00
flutter_attach_test.dart [O] Removing all timeouts (mark II) (#26736) 2019-01-19 00:31:05 -08:00
flutter_run_test.dart fix some bad indentations (#26921) 2019-01-23 15:43:27 +01:00
hot_reload_test.dart fix some bad indentations (#26921) 2019-01-23 15:43:27 +01: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 format initializer list of constructors (#27111) 2019-01-29 21:47:16 +01:00
test_utils.dart Give integration tests unique temp folder names (#26227) 2019-01-17 11:29:18 +00: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