flutter/dev/devicelab/lib/framework
Vyacheslav Egorov 41a5e5d8f6 Change few devicelab tests to support testing against local engine (#13268)
* Change some of the dev/devicelab tests to support testing against local engine.

We can already configure flutter tools to use local engine by setting
FLUTTER_ENGINE environment variable. However when this variable is set
this also requires setting --local-engine to specify which flavor of
engine to use.

This change changes tests in dev/devicelab to pass a sensible default for
--local-engine, e.g. when testing hot reload on Android we pass android_debug
and when testing release AOT build for IOS we pass ios_release.

* Fix analysis issues

* Update utils.dart
2017-11-30 12:15:27 -08:00
..
adb.dart Fix spelling errors in all the dartdocs. (#13061) 2017-11-17 10:05:21 -08:00
framework.dart Option to enable the performance overlay from 'flutter run'. (#11288) 2017-07-19 12:57:22 -07:00
ios.dart Keep provisioning step (#10736) 2017-06-15 18:23:37 -07:00
manifest.dart add "flaky" and "timeout_in_minutes" devicelab task options (#9168) 2017-04-04 10:46:07 -07:00
runner.dart Separate the 'if' expression from its statement (#9177) 2017-04-04 21:45:50 +02:00
utils.dart Change few devicelab tests to support testing against local engine (#13268) 2017-11-30 12:15:27 -08:00