flutter/packages/flutter_tools/test/integration.shard
2022-02-22 14:39:20 -08:00
..
debug_adapter Add support for attachRequest in DAP, running "flutter attach" (#97652) 2022-02-07 18:54:07 +00:00
test_data [flutter_tools] Use proper project name in templates (#96373) 2022-02-02 06:50:14 -08:00
analyze_once_test.dart [flutter_tools] support files in flutter analyze #96231 (#97021) 2022-01-24 17:10:16 -08:00
analyze_size_test.dart migrate some file to null safety (#92957) 2021-12-16 11:39:12 -08:00
android_plugin_compilesdkversion_mismatch_test.dart Add warning for bumping Android SDK version to match plugins (#92451) 2021-11-09 12:58:07 -08:00
android_plugin_example_app_build_test.dart Add debugging info to android_plugin_example_app_build_test (#98107) 2022-02-09 09:20:13 -08:00
android_plugin_ndkversion_mismatch_test.dart FFI plugins (#96225) 2022-01-26 23:44:45 +01:00
background_isolate_test.dart Fix hot-restart test by ensuring updated timestmamp is in the future. (#97247) 2022-01-25 14:18:33 -08:00
break_on_framework_exceptions_test.dart feat: migrate test_data/project.dart to null safety (#92646) 2021-10-29 11:38:05 -07:00
build_ios_config_only_test.dart migrate some file to null safety (#92957) 2021-12-16 11:39:12 -08:00
cache_test.dart [tool] Use an arm64 Dart SDK on arm64 macOS (#97189) 2022-01-26 11:30:20 -08:00
command_output_test.dart migrate some file to null safety (#92957) 2021-12-16 11:39:12 -08:00
coverage_collection_test.dart migrate some file to null safety (#92957) 2021-12-16 11:39:12 -08:00
daemon_mode_test.dart Enable no_leading_underscores_for_local_identifiers (#96422) 2022-01-21 14:43:59 -08:00
debugger_stepping_test.dart Enable no_leading_underscores_for_local_identifiers (#96422) 2022-01-21 14:43:59 -08:00
deferred_components_test.dart Enable no_leading_underscores_for_local_identifiers (#96422) 2022-01-21 14:43:59 -08:00
deprecated_gradle_settings_test.dart Enable avoid_print lint. (#91444) 2021-10-07 16:48:04 -07:00
downgrade_upgrade_integration_test.dart [flutter_tools] auto-migrate dev users to beta (#97028) 2022-01-25 11:00:14 -08:00
exit_code_test.dart Enable avoid_print lint. (#91444) 2021-10-07 16:48:04 -07:00
expression_evaluation_test.dart Enable no_leading_underscores_for_local_identifiers (#96422) 2022-01-21 14:43:59 -08:00
flutter_attach_test.dart Enable no_leading_underscores_for_local_identifiers (#96422) 2022-01-21 14:43:59 -08:00
flutter_build_android_app_project_builddir_test.dart Change project.buildDir in standalone subprojects property (#91030) 2021-10-01 17:18:05 -07:00
flutter_build_null_unsafe_test.dart flutter_build_null_unsafe_test print failed build output (#98310) 2022-02-11 22:00:18 -08:00
flutter_build_with_compilation_error_test.dart Some test cleanup for flutter_tools. (#90227) 2021-10-01 10:38:02 -07:00
flutter_gen_test.dart Turn on avoid_dynamic_calls lint, except packages/flutter tests, make appropriate changes. (#84476) 2021-06-14 14:16:57 -07:00
flutter_run_test.dart Disallow running on unsupported devices (#97338) 2022-02-01 16:13:03 -08:00
flutter_run_with_error_test.dart Enable no_leading_underscores_for_local_identifiers (#96422) 2022-01-21 14:43:59 -08:00
forbidden_imports_test.dart [flutter_tools] Port xcode backend to dart (#86753) 2021-07-27 14:39:05 -07:00
gen_l10n_test.dart [gen_l10n] Add support for adding placeholders inside select (#92753) 2021-11-22 20:08:03 -08:00
generated_plugin_registrant_test.dart Remove globals_null_migrated.dart, move into globals.dart (#92861) 2021-11-01 17:18:03 -07:00
gradle_non_android_plugin_test.dart [flutter_tools] Use proper project name in templates (#96373) 2022-02-02 06:50:14 -08:00
hot_reload_errors_test.dart Change all instance of throwing strings to throw specific error classes. (#97325) 2022-02-02 10:45:18 -08:00
hot_reload_test.dart Enable avoid_print lint. (#91444) 2021-10-07 16:48:04 -07:00
hot_reload_with_asset_test.dart Enable avoid_print lint. (#91444) 2021-10-07 16:48:04 -07:00
ios_content_validation_test.dart Build Flutter iOS plugins with all valid architectures (#95293) 2021-12-14 16:49:06 -08:00
lifetime_test.dart Enable no_leading_underscores_for_local_identifiers (#96422) 2022-01-21 14:43:59 -08:00
macos_content_validation_test.dart Enable avoid_print lint. (#91444) 2021-10-07 16:48:04 -07:00
multidex_build_test.dart Enable no_leading_underscores_for_local_identifiers (#96422) 2022-01-21 14:43:59 -08:00
observatory_port_test.dart Enable no_leading_underscores_for_local_identifiers (#96422) 2022-01-21 14:43:59 -08:00
overall_experience_test.dart Skip overall_experience_test.dart: flutter run writes and clears pidfile appropriately (#93026) 2021-11-03 16:06:34 -07:00
plist_parser_test.dart Use XML format in PlistParser (#94863) 2021-12-13 18:22:29 -08:00
README.md Test generated_plugin_registrant analysis & suppress long lines in web plugin registrant (#71981) 2020-12-16 22:19:05 -08:00
single_widget_reload_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
stateless_stateful_hot_reload_test.dart Enable no_leading_underscores_for_local_identifiers (#96422) 2022-01-21 14:43:59 -08:00
template_manifest_test.dart Add a more complete app template for Flutter (skeleton) (#83530) 2021-06-28 15:26:04 -07:00
test_driver.dart Enable use_if_null_to_convert_nulls_to_bools lint (#98753) 2022-02-22 14:39:20 -08:00
test_test.dart Adds tool warning log level and command line options to fail on warning/error output (#92031) 2021-11-10 16:13:04 -08:00
test_utils.dart Migrate integration test shard test data to null safety (#92147) 2021-10-20 14:58:05 -07:00
timeline_test.dart Enable avoid_print lint. (#91444) 2021-10-07 16:48:04 -07:00
tool_backend_test.dart Enable avoid_escaping_inner_quotes lint (#81153) 2021-05-19 09:54:02 -07:00
unit_coverage_test.dart Revert "[flutter_tools] move process manager into tool (#75350)" (#75639) 2021-02-08 09:21:46 -08:00
variable_expansion_windows_test.dart Updated skipped tests for flutter_tools. (#87925) 2021-08-10 22:22:08 -07:00
variable_expansion_windows.dart Enable avoid_print lint. (#91444) 2021-10-07 16:48:04 -07:00
vmservice_integration_test.dart Enable no_leading_underscores_for_local_identifiers (#96422) 2022-01-21 14:43:59 -08:00
xcode_backend_test.dart Remove globals_null_migrated.dart, move into globals.dart (#92861) 2021-11-01 17:18:03 -07:00

Integration tests

These tests are not hermetic, and use the 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 (from the flutter_tools directory):

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

You need to have downloaded the Dart SDK in your Flutter clone for this to work. Running ../../bin/flutter will automatically download it.

Coverage exclusion

These tests are expensive to run and do not give meaningful coverage information for the flutter tool (since they are black-box tests that run the tool as a subprocess, rather than being unit tests). For this reason, they are in a separate shard when running on continuous integration and are not run when calculating coverage.