flutter/packages/flutter_tools/test/integration.shard
2020-09-16 14:14:06 -07:00
..
test_data Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
analyze_size_test.dart [flutter_tools] make local engine integration testing easier (#65802) 2020-09-15 13:32:02 -07: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 [flutter_tools] make local engine integration testing easier (#65802) 2020-09-15 13:32:02 -07:00
command_output_test.dart [flutter_tools] make local engine integration testing easier (#65802) 2020-09-15 13:32:02 -07: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
debugger_stepping_web_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
deprecated_gradle_settings_test.dart [flutter_tools] port deprecated settings test to flutter integration shard (#65806) 2020-09-15 10:55:07 -07:00
downgrade_upgrade_integration_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
expression_evaluation_test.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
expression_evaluation_web_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_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] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
gen_l10n_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
hot_reload_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -07:00
lifetime_test.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07: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
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 local engine integration testing easier (#65802) 2020-09-15 13:32:02 -07: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 Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
web_run_test.dart [flutter_tools] standardize patterns for integration.shard (#64980) 2020-09-08 15:56:00 -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.