• 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
bin Loading commit data...
dev Loading commit data...
doc Loading commit data...
examples Loading commit data...
infra Loading commit data...
packages Loading commit data...
travis 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...
README.md Loading commit data...