flutter/packages/flutter_tools/test/integration
2018-08-02 12:02:32 +02:00
..
test_data Look up breakpoints rather than relying on magic numbers (#19708) 2018-07-25 15:31:57 +01:00
expression_evaluation_test.dart Fix copy/paste error in test (#19564) 2018-07-19 19:52:15 +01:00
flutter_attach_test.dart Skip tests that are expected to fail with timeouts (#20074) 2018-08-01 17:50:38 +01:00
flutter_tester_test.dart Improve flutter tools integration tests (#18865) 2018-07-10 06:51:12 +01:00
hot_reload_test.dart Skip tests that are expected to fail with timeouts (#20074) 2018-08-01 17:50:38 +01:00
lifetime_test.dart re-re-enable lint unnecessary_const (#20103) 2018-08-02 12:02:32 +02:00
README.md Integration test for FlutterTesterDevice. (#16424) 2018-04-11 08:52:17 -07:00
test_driver.dart re-re-enable lint unnecessary_const (#20103) 2018-08-02 12:02:32 +02:00
test_utils.dart Improve flutter tools integration tests (#18865) 2018-07-10 06:51:12 +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.

Some of these tests change the current directory for the process, so only one test can be run at a time. Use this command to run:

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