flutter/packages/flutter_tools/test/integration
Danny Tuppeny 6e64cb0ad8
Fix windows crash running flutter run which tries to find Xcode (#21423)
* Add a failing test for #21418

* Filter workflows to only those applicable to the current platform

Fixes #21418.
2018-09-05 16:22:12 +01:00
..
test_data Clean up usage of temporary directories (#20682) 2018-08-17 13:17:23 -07:00
expression_evaluation_test.dart Unskip passing tests on Windows + add a new failing test with GH reference (#21351) 2018-09-04 16:24:10 +01:00
flutter_attach_test.dart Pass uri instead of filepaths when hot-reloading. (#21201) 2018-08-30 12:08:23 -07:00
flutter_run.dart Fix windows crash running flutter run which tries to find Xcode (#21423) 2018-09-05 16:22:12 +01:00
flutter_tester_test.dart Clean up usage of temporary directories (#20682) 2018-08-17 13:17:23 -07:00
hot_reload_test.dart Unskip passing tests on Windows + add a new failing test with GH reference (#21351) 2018-09-04 16:24:10 +01:00
lifetime_test.dart Unskip passing tests on Windows + add a new failing test with GH reference (#21351) 2018-09-04 16:24:10 +01:00
README.md Integration test for FlutterTesterDevice. (#16424) 2018-04-11 08:52:17 -07:00
test_driver.dart Turn on unawaited_futures in flutter_tools (#21048) 2018-08-30 20:57:44 -07: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