commit | 2481d92950890edbd1effa41bcd7fd3579d63dab | [log] [tgz] |
---|---|---|
author | stuartmorgan <stuartmorgan@google.com> | Mon Jul 24 13:48:19 2023 -0700 |
committer | GitHub <noreply@github.com> | Mon Jul 24 20:48:19 2023 +0000 |
tree | d04151e2b99df72815334ca5bb639a2ca5ecd093 | |
parent | 18d5506b03ad9288eb86558953ec71d1151c5f09 [diff] |
[ci] Enable Android emulator-based tests (#4494) Adds emulators to the Android platform test tasks, and enable both native integration tests and `flutter test` Dart integration tests. This finally gives us presubmit coverage of Android integration tests for non-team-member PRs, as well as giving us a path to reducing the dependency on FTL for all of our Android testing. Currently this uses Android 13 emulators; we could expand this to a set of legacy version emulator tests in the future once this is in place. Some specific notes: - Camera and Google Maps tests are currently excluded, so that we can enable everything else while we work on the blockers for those. - `shared_preferences` was missing its debug entitlement, which prevented the debug service from running, and thus broke `flutter test`; we'd just never noticed because FTL tests don't need that mechanism to work. - IAP was using `test` instead of `testWidget`, which we only check for in `drive-examples`, so hadn't noticed. Fixes https://github.com/flutter/flutter/issues/93810
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages
directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: