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