flutter/packages/flutter_tools/test/integration
Danny Tuppeny 244b077bee
Give integration tests unique temp folder names (#26227)
This will help track down any that aren't cleaning up and also may help track down leaked flutter_tester processes (https://github.com/dart-lang/sdk/issues/35549).
2019-01-17 11:29:18 +00:00
..
test_data Fix+unskip flutter test expression eval tests (#26579) 2019-01-15 15:39:35 +00:00
daemon_mode_test.dart Give integration tests unique temp folder names (#26227) 2019-01-17 11:29:18 +00:00
debugger_stepping_test.dart Give integration tests unique temp folder names (#26227) 2019-01-17 11:29:18 +00:00
expression_evaluation_test.dart Give integration tests unique temp folder names (#26227) 2019-01-17 11:29:18 +00:00
flutter_attach_test.dart Give integration tests unique temp folder names (#26227) 2019-01-17 11:29:18 +00:00
flutter_run_test.dart Give integration tests unique temp folder names (#26227) 2019-01-17 11:29:18 +00:00
hot_reload_test.dart Give integration tests unique temp folder names (#26227) 2019-01-17 11:29:18 +00:00
lifetime_test.dart Give integration tests unique temp folder names (#26227) 2019-01-17 11:29:18 +00:00
README.md Remove -j1 to run tools tests concurrently (#22038) 2018-09-19 17:47:06 +01:00
test_driver.dart Fix+unskip flutter test expression eval tests (#26579) 2019-01-15 15:39:35 +00:00
test_utils.dart Give integration tests unique temp folder names (#26227) 2019-01-17 11:29:18 +00: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