- 09 Aug, 2023 1 commit
-
-
Victoria Ashworth authored
This PR includes the following changes. These changes only apply to iOS 17 physical devices. | Command | Change Description | Changes to User Experience | | ------------- | ------------- | ------------- | | `flutter run --release` | Uses `devicectl` to install and launch application in release mode. | No change. | | `flutter run` | Uses Xcode via automation scripting to run application in debug and profile mode. | Xcode will be opened in the background. Errors/crashes may be caught in Xcode and therefore may not show in terminal. | | `flutter run --use-application-binary=xxxx` | Creates temporary empty Xcode project and use Xcode to run via automation scripting in debug and profile. | Xcode will be opened in the background. Errors/crashes may be caught in Xcode and therefore may not show in terminal. | | `flutter install` | Uses `devicectl` to check installed apps, install app, uninstall app. | No change. | | `flutter screenshot` | Will return error. | Will return error. | Other changes include: * Using `devicectl` to get information about the device * Using `idevicesyslog` and Dart VM logging for device logs Note: Xcode automation scripting (used in `flutter run` for debug and profile) does not work in a headless (without a UI) interface. No known workaround. Fixes https://github.com/flutter/flutter/issues/128827, https://github.com/flutter/flutter/issues/128531.
-
- 23 May, 2023 1 commit
-
-
chunhtai authored
I think the flake is due to setclipboard or semantics update race condition. I migrated the test to use integration test package which relies less on timing fixes https://github.com/flutter/flutter/issues/124636
-
- 16 Feb, 2023 1 commit
-
-
Michael Goderbauer authored
* migrate to integration_test framework * Update embedding
-
- 13 Feb, 2023 1 commit
-
-
gaaclarke authored
* Added integration test for wide gamut support. * cleaned up * deleted files that can be generated * switched back to standard flutter in the shell script * added devicelab task * removed analysis options * analyzer * Fixed task * made local_run.sh not executable * analyzer * removed the logo asset * added task to ci * updated pubspec * analysis errors fixed * updated pubspec
-
- 20 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 26 Aug, 2022 1 commit
-
-
Loïc Sharma authored
Add a basic integration test for the Windows's app startup. In a subsequent change (https://github.com/flutter/flutter/pull/109816), this test will be updated to verify the app's window isn't visible until after the first frame has been drawn. Part of https://github.com/flutter/flutter/issues/41980
-
- 17 Aug, 2022 1 commit
-
-
Camille Simon authored
-
- 16 Aug, 2022 2 commits
-
-
Jonah Williams authored
This reverts commit ff9fe356.
-
Camille Simon authored
-
- 30 Jun, 2022 1 commit
-
-
stuartmorgan authored
-
- 23 Jun, 2022 1 commit
-
-
hellohuanlin authored
-
- 11 Nov, 2021 1 commit
-
-
Core authored
-
- 23 Jul, 2021 1 commit
-
-
Jenn Magder authored
-
- 16 Jul, 2021 1 commit
-
-
Kaushik Iska authored
-
- 13 Jul, 2021 1 commit
-
-
Darren Austin authored
(Attempt to reland #85993)
-
- 12 Jul, 2021 2 commits
-
-
Darren Austin authored
This reverts commit 2175e64e.
-
Darren Austin authored
Migrate core devicelab framework to null safety.
-
- 19 Jun, 2021 2 commits
-
-
Jenn Magder authored
This reverts commit 05d55157.
-
Jenn Magder authored
-
- 18 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 15 Jun, 2021 2 commits
-
-
Jenn Magder authored
This reverts commit ef2879a4.
-
Jenn Magder authored
-
- 07 Jun, 2021 1 commit
-
-
Dan Field authored
-
- 05 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 31 Mar, 2021 1 commit
-
-
Jia Hao authored
-
- 23 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 22 Feb, 2021 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 15 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 19 Oct, 2020 5 commits
-
-
Jonah Williams authored
Removes one-off handling for defines test and forces it to run through the DriverTest interface
-
Jonah Williams authored
Split the integration_ui target into individual driver tests. Remove disabled screenshot tests
-
Jonah Williams authored
Remove devicelab specific code for shutting down gradle daemon, add --android-gradle-daemon option to build/run/drive`. Avoids need for un-tested devicelab specific handler. There are also some feature requests for this, so 2 birds one stone. Example: flutter build apk --no-android-gradle-daemon will pass --no-daemon on to gradle
-
Jonah Williams authored
This reverts commit ddab72e7.
-
Jonah Williams authored
Remove devicelab specific code for shutting down gradle daemon, add --android-gradle-daemon option to build/run/drive`. Avoids need for un-tested devicelab specific handler. There are also some feature requests for this, so 2 birds one stone. Example: flutter build apk --no-android-gradle-daemon will pass --no-daemon on to gradle
-
- 07 Oct, 2020 1 commit
-
-
Casey Hillers authored
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 15 Sep, 2020 1 commit
-
-
Jonah Williams authored
Currently these tests are taking CI time without providing any value, because there is no verification that network connectivity is avoided. This is better covered by a unit test that verifies that --offline is passed to pub.
-
- 10 Sep, 2020 1 commit
-
-
xster authored
-
- 16 Jul, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 05 May, 2020 1 commit
-
-
Jonah Williams authored
* enable macOS desktop * enable all configs on CI * Update track_widget_creation_enabled_task.dart * Update framework.dart * remove FLUTTER_WEB * remove config environment variables * configure in correct spot
-