flutter/packages/flutter_tools/test/integration
2018-12-17 12:38:14 -08:00
..
test_data Add some a basic debug stepping tests (#24515) 2018-12-12 10:56:54 +00:00
daemon_mode_test.dart fix the daemon device.getDevices call (#25443) 2018-12-17 12:38:14 -08:00
debugger_stepping_test.dart Add some a basic debug stepping tests (#24515) 2018-12-12 10:56:54 +00:00
expression_evaluation_test.dart Refactor Test Driver in preparation for flutter test integration tests (#24060) 2018-11-19 08:25:42 +00:00
flutter_attach_test.dart Refactor Test Driver in preparation for flutter test integration tests (#24060) 2018-11-19 08:25:42 +00:00
flutter_run_test.dart fix the daemon device.getDevices call (#25443) 2018-12-17 12:38:14 -08:00
hot_reload_test.dart Refactor Test Driver in preparation for flutter test integration tests (#24060) 2018-11-19 08:25:42 +00:00
lifetime_test.dart Refactor Test Driver in preparation for flutter test integration tests (#24060) 2018-11-19 08:25:42 +00:00
README.md Remove -j1 to run tools tests concurrently (#22038) 2018-09-19 17:47:06 +01:00
test_driver.dart fix the daemon device.getDevices call (#25443) 2018-12-17 12:38:14 -08:00
test_utils.dart Switch to URIs for breakpoints and unskip tests on Windows (#22510) 2018-10-19 12:51:31 +01: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