flutter/packages/flutter_tools/test/integration
Danny Tuppeny db7aa6a069
Unskip passing tests on Windows + add a new failing test with GH reference (#21351)
* Unskip integration tests on Windows that now pass

The referenced issue is closed and these tests pass for me locally on Windows now.

* Remove import that's no longer used

* Add another issue that is afffecting these tests on Windows

* Add a hot restart test and mark skip on Windows

Skipped due to https://github.com/flutter/flutter/issues/21348.
2018-09-04 16:24:10 +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_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