• yjbanov's avatar
    "flutter drive" command · a2b1bd46
    yjbanov authored
    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.
    a2b1bd46
Name
Last commit
Last update
..
src Loading commit data...
adb_test.dart Loading commit data...
android_device_test.dart Loading commit data...
context_test.dart Loading commit data...
create_test.dart Loading commit data...
daemon_test.dart Loading commit data...
device_test.dart Loading commit data...
devices.test.dart Loading commit data...
drive_test.dart Loading commit data...
install_test.dart Loading commit data...
listen_test.dart Loading commit data...
logs_test.dart Loading commit data...
os_utils_test.dart Loading commit data...
stop_test.dart Loading commit data...
trace_test.dart Loading commit data...