flutter/packages/flutter_tools/test/integration/README.md
2018-09-19 17:47:06 +01:00

12 lines
269 B
Markdown

# Integration tests
These tests are not hermetic, and use actual Flutter SDK.
While they don't require actual devices, they run `flutter_tester` to test
Dart VM and Flutter integration.
Use this command to run:
```shell
../../bin/cache/dart-sdk/bin/pub run test
```