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.
samples/compass_app/app
Miguel Beltran 56bf31fa21
Compass App: Integration tests and image error handling (#2389)
1 year ago
..
android [Compass App] Booking screen (#2380) 1 year ago
assets Compass App: Basic auth (#2385) 1 year ago
integration_test Compass App: Integration tests and image error handling (#2389) 1 year ago
ios Compass App: Add "Activities", "Itinerary Config" and MVVM Commands (#2366) 1 year ago
lib Compass App: Integration tests and image error handling (#2389) 1 year ago
linux [Compass App] Booking screen (#2380) 1 year ago
macos Compass App: Basic auth (#2385) 1 year ago
test Compass App: Basic auth (#2385) 1 year ago
testing Compass App: Basic auth (#2385) 1 year ago
web Create compass-app first feature (#2342) 2 years ago
windows [Compass App] Booking screen (#2380) 1 year ago
.gitignore Create compass-app first feature (#2342) 2 years ago
.metadata Create compass-app first feature (#2342) 2 years ago
README.md Compass App: Integration tests and image error handling (#2389) 1 year ago
analysis_options.yaml Create compass-app first feature (#2342) 2 years ago
devtools_options.yaml Create compass-app first feature (#2342) 2 years ago
pubspec.yaml Compass App: Integration tests and image error handling (#2389) 1 year 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