• 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
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...