mirror of https://github.com/flutter/samples.git
|
7 months ago | |
---|---|---|
.. | ||
android | 8 months ago | |
assets | 7 months ago | |
integration_test | 7 months ago | |
ios | 8 months ago | |
lib | 7 months ago | |
linux | 8 months ago | |
macos | 7 months ago | |
test | 7 months ago | |
testing | 7 months ago | |
web | 9 months ago | |
windows | 8 months ago | |
.gitignore | 9 months ago | |
.metadata | 9 months ago | |
README.md | 7 months ago | |
analysis_options.yaml | 9 months ago | |
devtools_options.yaml | 9 months ago | |
pubspec.yaml | 7 months ago |
README.md
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