flutter/packages/flutter_tools/lib/src/base
yjbanov 278630e688 "flutter create" can generate a basic driver test
"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
2016-02-22 17:10:31 -08:00
..
common.dart add --start-paused,--debug-port flags 2016-02-02 11:38:56 -08:00
context.dart allow any android sdk version 2016-02-13 14:37:41 -08:00
file_system.dart "flutter create" can generate a basic driver test 2016-02-22 17:10:31 -08:00
logger.dart introduce globals scoped to the app's context 2016-02-09 22:03:13 -08:00
os.dart allow any android sdk version 2016-02-13 14:37:41 -08:00
process.dart add a summary option to the doctor class 2016-02-17 09:33:45 -08:00
utils.dart add the ability to start and stop device polling 2016-02-20 22:00:11 -08:00