flutter/packages/flutter_tools/test/integration
2018-09-05 21:31:29 +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 Add a detach command to detach without terminating (#21376) 2018-09-05 19:31:21 +01: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 Revert "Allow FlutterTester to be provided with the working directory for execution (#21119)" (#21453) 2018-09-05 21:31:29 +01: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 Add a detach command to detach without terminating (#21376) 2018-09-05 19:31:21 +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