flutter/packages/flutter_tools/test/integration
Danny Tuppeny 2d5ed986e1
Update integration tests to use vm_service_lib (#23937)
* Move integration tests to use vm_service_lib
* Turn off debug logging that was accidentally committed
* Run update-packages --force to fix checksum for new dev dependency
* Trim trailing whitespace
2018-11-08 07:55:54 +00:00
..
test_data Add a hot reload test that modifies code and verifies it executes (#23725) 2018-10-30 16:59:49 +00:00
expression_evaluation_test.dart Update integration tests to use vm_service_lib (#23937) 2018-11-08 07:55:54 +00:00
flutter_attach_test.dart Fix --pid-file not working for --machine + add to attach command (#23242) 2018-10-24 07:21:36 +01:00
flutter_run_test.dart Fix --pid-file not working for --machine + add to attach command (#23242) 2018-10-24 07:21:36 +01:00
hot_reload_test.dart Update integration tests to use vm_service_lib (#23937) 2018-11-08 07:55:54 +00:00
lifetime_test.dart Switch to URIs for breakpoints and unskip tests on Windows (#22510) 2018-10-19 12:51:31 +01:00
README.md Remove -j1 to run tools tests concurrently (#22038) 2018-09-19 17:47:06 +01:00
test_driver.dart Update integration tests to use vm_service_lib (#23937) 2018-11-08 07:55:54 +00:00
test_utils.dart Switch to URIs for breakpoints and unskip tests on Windows (#22510) 2018-10-19 12:51:31 +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.

Use this command to run:

../../bin/cache/dart-sdk/bin/pub run test