flutter/packages/flutter_tools/test/integration
Danny Tuppeny cc1766d44c
Remove flutter_tester test (#21493)
I'm working on fixing up all tests that rely on fs.currentDirectory to allow us to run concurrently. This one proved to be really tricky because it calls a lot of code and spawns multiple processes that have a mix of absolute and relative paths passed to them. I managed to handle some of it with a ChrootFileSystem, but the paths passed to the external processes were wrong.

The functionality here is covered by all of the integration tests that use flutter_tester that were added after this, including flutter_run_test.dart, lifetime_test.dart etc. in this same folder but because they're run through `flutter run` as a separate process they get to set their own working directories without affecting other tests if run concurrently.
2018-09-06 17:59:34 +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 (#21490) 2018-09-06 15:26:55 +01:00
flutter_run_test.dart Rename test file to end with _test so it runs on the bots (#21438) 2018-09-06 13:08:34 +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 (#21490) 2018-09-06 15:26:55 +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