mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
442 B
23 lines
442 B
# compass_app
|
|
|
|
A new Flutter project.
|
|
|
|
## Integration Tests
|
|
|
|
Run separately with:
|
|
|
|
**Integration tests with local data**
|
|
|
|
```
|
|
flutter test integration_test/app_local_data_test.dart
|
|
```
|
|
|
|
**Integration tests with background server and remote data**
|
|
|
|
```
|
|
flutter test integration_test/app_server_data_test.dart
|
|
```
|
|
|
|
Running the tests together with `flutter test integration_test` will fail.
|
|
See: https://github.com/flutter/flutter/issues/101031
|