flutter/dev/integration_tests
Ian Hickson 31a9626c48
[O] Removing all timeouts (mark II) (#26736)
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.
2019-01-19 00:31:05 -08:00
..
android_host_app Rev Android Platform to 28 for bots (#26790) 2019-01-18 20:39:10 -08:00
android_semantics_testing Rev Android Platform to 28 for bots (#26790) 2019-01-18 20:39:10 -08:00
android_views Rev Android Platform to 28 for bots (#26790) 2019-01-18 20:39:10 -08:00
channels Rev Android Platform to 28 for bots (#26790) 2019-01-18 20:39:10 -08:00
external_ui [O] Removing all timeouts (mark II) (#26736) 2019-01-19 00:31:05 -08:00
flavors Rev Android Platform to 28 for bots (#26790) 2019-01-18 20:39:10 -08:00
ios_host_app Revert "Move flutter_assets to App.framework (#26630)" (#26675) 2019-01-16 16:46:37 -08:00
named_isolates Rev Android Platform to 28 for bots (#26790) 2019-01-18 20:39:10 -08:00
platform_interaction Rev Android Platform to 28 for bots (#26790) 2019-01-18 20:39:10 -08:00
ui Rev Android Platform to 28 for bots (#26790) 2019-01-18 20:39:10 -08:00
README.md Update README.md 2018-11-09 11:07:22 -08:00

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.