flutter/packages/flutter_tools/test/integration
Danny Tuppeny 328f9b30cb
Re-skip flutter_device_tester test (#18900)
After landing the un-skip this test failed with a timeout. It then passed on the next build (!). I think it's too flaky to leave running until we can better diagnose what's happening.
2018-06-28 10:04:02 +01:00
..
flutter_run_integration_test.dart Add failing tests for #17833, #18441 and #18678 (#18560) 2018-06-27 08:04:55 +01:00
flutter_test_driver.dart Add failing tests for #17833, #18441 and #18678 (#18560) 2018-06-27 08:04:55 +01:00
flutter_tester_test.dart Re-skip flutter_device_tester test (#18900) 2018-06-28 10:04:02 +01:00
README.md Integration test for FlutterTesterDevice. (#16424) 2018-04-11 08:52:17 -07:00
util.dart Add failing tests for #17833, #18441 and #18678 (#18560) 2018-06-27 08:04:55 +01: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.

Some of these tests change the current directory for the process, so only one test can be run at a time. Use this command to run:

../../bin/cache/dart-sdk/bin/pub run test -j1