• Vyacheslav Egorov's avatar
    Change few devicelab tests to support testing against local engine (#13268) · 41a5e5d8
    Vyacheslav Egorov authored
    * 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
    41a5e5d8
utils.dart 14.9 KB