mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() * Remove many timeouts. These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time. * Get the attach tests to pass. * Apply review comments from Todd * More review comment fixes * Put back the extended timeouts here now that I know why we have them... |
||
---|---|---|
.. | ||
android_host_app | ||
android_semantics_testing | ||
android_views | ||
channels | ||
external_ui | ||
flavors | ||
ios_host_app | ||
named_isolates | ||
platform_interaction | ||
ui | ||
README.md |
Automated Flutter integration test suites. Each suite consists of either a
complete Flutter app and a flutter_driver
specification that drives tests
from the UI, or a native app that is meant to integrate with Flutter for
testing.
Intended for use with devicelab tests.