flutter/packages/flutter_tools/test/integration.shard
2020-12-02 17:19:57 -08:00
..
test_data [gen-l10n] NNBD generated code (#70415) 2020-11-18 10:14:38 +08:00
analyze_size_test.dart [flutter_tools] mode code size output to ~/.flutter-devtools (#71601) 2020-12-02 17:19:57 -08:00
background_isolate_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
build_ios_config_only_test.dart Force regeneration of old Podfile (#70735) 2020-11-18 13:33:04 -08:00
command_output_test.dart Remove deprecated 'flutter build aot' (#70898) 2020-11-20 10:46:12 -08:00
coverage_collection_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
daemon_mode_test.dart [flutter_tools] make local engine integration testing easier (#65802) 2020-09-15 13:32:02 -07:00
debugger_stepping_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
deprecated_gradle_settings_test.dart Relands: Migrate template to Gradle 6.7 and AGP 4.1.0 (#71446) 2020-12-01 19:01:09 -08:00
downgrade_upgrade_integration_test.dart Do not use --first-parent when determining version on master (#69726) 2020-11-05 10:11:32 -08:00
expression_evaluation_test.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
flutter_attach_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
flutter_gen_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
flutter_immediately_exit_test.dart enable unnecessary_string_escapes and use_raw_strings (#68302) (#69025) 2020-10-26 12:42:05 -07:00
flutter_run_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
flutter_run_with_error_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
forbidden_imports_test.dart [flutter_tools] do not require a dependency on devtools server (#66842) 2020-09-29 18:15:56 -07:00
gen_l10n_test.dart [gen_l10n] Fix unintended use of raw string in generateString (#69382) 2020-10-31 19:24:53 +08:00
hot_reload_errors_test.dart [flutter_tools] pretty print hot reload rejection error (#66701) 2020-10-09 15:44:52 -07:00
hot_reload_test.dart [flutter_tools] connect widget cache from frontend_server (#65951) 2020-09-19 11:02:04 -07:00
hot_reload_with_asset_test.dart [flutter_tools] hot reload/restart update for asset manager change (#66742) 2020-10-09 12:25:15 -07:00
integration_test_test.dart Add integration_test template to create template (#70240) 2020-12-02 17:08:03 -08:00
lifetime_test.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
observatory_port_test.dart Support legacy behavior for --host-vmservice-port and --observatory-port with DDS (#70336) 2020-11-17 16:03:02 -08:00
plist_parser_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
README.md Some minor cleanup for flutter_tools (#36569) 2019-07-24 10:58:09 -07:00
single_widget_reload_test.dart [flutter_tools] connect widget cache from frontend_server (#65951) 2020-09-19 11:02:04 -07:00
stateless_stateful_hot_reload_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
template_manifest_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
test_driver.dart [flutter_tools] make most integration tests null safe (#70334) 2020-11-12 10:23:03 -08:00
test_test.dart [flutter_tools] add support for dart defines to flutter test (#70791) 2020-11-18 14:52:49 -08:00
test_utils.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
unit_coverage_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
vmservice_integration_test.dart Reland "Re-enable the Dart Development Service (DDS) (#64671)" (#65873) 2020-09-16 16:27:42 -07:00
xcode_backend_test.dart Add observatory Bonjour service to built iOS Info.plist bundle (#65138) 2020-09-02 18:47:56 -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

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.