flutter/packages/flutter_tools/test/integration
Alexander Aprelev d61b48b75d
Fix integration hot-reload test on mac. (#21741)
Underlying issue with breakpoint was that /var path is a symlink to a /private/var on mac. Because of that breakpoint could not be resolved.
2018-09-12 22:35:21 -07:00
..
test_data Fix integration hot-reload test on mac. (#21741) 2018-09-12 22:35:21 -07:00
expression_evaluation_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
flutter_attach_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
flutter_run_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
hot_reload_test.dart Fix integration hot-reload test on mac. (#21741) 2018-09-12 22:35:21 -07:00
lifetime_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
README.md Integration test for FlutterTesterDevice. (#16424) 2018-04-11 08:52:17 -07:00
test_driver.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
test_utils.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02: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