blob: 52c5a2afabc15c76a05b9b0f59eb2be08a8c8767 [file] [log] [blame] [view]
# 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
```