• yjbanov's avatar
    "flutter create" can generate a basic driver test · 278630e6
    yjbanov authored
    "flutter create" adds option `--with-driver-test` that adds
    dependencies to `flutter_driver` in `pubspec.yaml` and creates
    a basic driver test runnable via `flutter drive
    --target=test_driver/e2e.dart`
    
    "flutter drive" new options:
    
    - `--keep-app-running` tells the driver to not stop the app after tests
      are done
    - `--use-existing-app` tells the driver to not start a new app but use
      an already running instance
    278630e6
Name
Last commit
Last update
..
android Loading commit data...
base Loading commit data...
commands Loading commit data...
dart Loading commit data...
ios Loading commit data...
runner Loading commit data...
test Loading commit data...
application_package.dart Loading commit data...
artifacts.dart Loading commit data...
build_configuration.dart Loading commit data...
device.dart Loading commit data...
doctor.dart Loading commit data...
flx.dart Loading commit data...
globals.dart Loading commit data...
services.dart Loading commit data...
toolchain.dart Loading commit data...