flutter/packages/flutter_tools/test/integration
Danny Tuppeny e870b1a20f
Provide better error messages in integration tests when apps don't launch successfully (#20813)
* Don't keep parsing results once we've had the event we expected

* Report errors if an app.stop event is received while waiting for another event

* Don't throw if we see app.stop event when we've just sent an app.stop request

* Improve debug print to include --start-paused if being used

* Improve wrapping
2018-08-21 20:39:35 +01:00
..
test_data Clean up usage of temporary directories (#20682) 2018-08-17 13:17:23 -07:00
expression_evaluation_test.dart Clean up usage of temporary directories (#20682) 2018-08-17 13:17:23 -07:00
flutter_attach_test.dart Clean up usage of temporary directories (#20682) 2018-08-17 13:17:23 -07:00
flutter_tester_test.dart Clean up usage of temporary directories (#20682) 2018-08-17 13:17:23 -07:00
hot_reload_test.dart Clean up usage of temporary directories (#20682) 2018-08-17 13:17:23 -07:00
lifetime_test.dart Clean up usage of temporary directories (#20682) 2018-08-17 13:17:23 -07:00
README.md Integration test for FlutterTesterDevice. (#16424) 2018-04-11 08:52:17 -07:00
test_driver.dart Provide better error messages in integration tests when apps don't launch successfully (#20813) 2018-08-21 20:39:35 +01: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