flutter/packages/flutter_tools/test
yjbanov a2b1bd4673 "flutter drive" command
Runs a test app and a driver test simultaneously, then stops the app.

Usage:

```
flutter drive --target=/path/to/test/app.dart
```

This command will look for `/path/to/test/app_test.dart` by
convention. We will expand into other ways of discovering tests in the
future.
2016-02-19 18:11:53 -08:00
..
src Fix flutter_tools tests 2016-02-19 11:48:39 -08:00
adb_test.dart add tests 2016-01-19 14:33:02 -08:00
android_device_test.dart allow any android sdk version 2016-02-13 14:37:41 -08:00
context_test.dart add a summary option to the doctor class 2016-02-17 09:33:45 -08:00
create_test.dart allow any android sdk version 2016-02-13 14:37:41 -08:00
daemon_test.dart add a summary option to the doctor class 2016-02-17 09:33:45 -08:00
device_test.dart allow any android sdk version 2016-02-13 14:37:41 -08:00
devices.test.dart rename list->devices, start->run 2016-02-13 23:50:20 -08:00
drive_test.dart "flutter drive" command 2016-02-19 18:11:53 -08:00
install_test.dart allow any android sdk version 2016-02-13 14:37:41 -08:00
listen_test.dart allow any android sdk version 2016-02-13 14:37:41 -08:00
logs_test.dart allow any android sdk version 2016-02-13 14:37:41 -08:00
os_utils_test.dart use status(), error(), and trace() for logging 2016-01-28 12:44:17 -08:00
stop_test.dart allow any android sdk version 2016-02-13 14:37:41 -08:00
trace_test.dart allow any android sdk version 2016-02-13 14:37:41 -08:00