flutter/packages/flutter_tools/test/integration.shard
Danny Tuppeny d42d0c5171
Re-enable flutter test expression evaluation tests (#36431)
Plus:

- Resume the app being run after expression has been evaluated to prevent the test run being forcefully terminated because it didn't end
- Skip non-JSON when waiting for JSON (eg. when running in verbose mode for debugging locally)
- Pass defaultTimeout in waitForJson (otherwise the assert in _timeoutWithMessages fails when it's not provided)

Closes https://github.com/flutter/flutter/issues/26518 (the original reason for skip was fixed in https://github.com/dart-lang/sdk/issues/34224).
2019-07-22 19:43:37 +01:00
..
test_data
daemon_mode_test.dart
debugger_stepping_test.dart
expression_evaluation_test.dart Re-enable flutter test expression evaluation tests (#36431) 2019-07-22 19:43:37 +01:00
flutter_attach_test.dart
flutter_run_test.dart
hot_reload_test.dart
lifetime_test.dart
README.md
test_driver.dart Re-enable flutter test expression evaluation tests (#36431) 2019-07-22 19:43:37 +01:00
test_utils.dart

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