flutter/packages/flutter_tools/test/integration
Martin Kustermann 515909ecb6
Revert "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)" (#20631)
Reason for revert: The package:flutter_gallery_assets has removed some images which are required for the examples/flutter_gallery, so the gallery build is failing (only discovered after landing, since gallery doesn't seem to get built during github PR presubmit checks)
2018-08-15 16:25:51 +02:00
..
test_data Revert "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)" (#20631) 2018-08-15 16:25:51 +02:00
expression_evaluation_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
flutter_attach_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
flutter_tester_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
hot_reload_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
lifetime_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07: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