- 03 Aug, 2021 1 commit
-
-
Nguyen Phuc Loi authored
-
- 27 Jul, 2021 1 commit
-
-
Greg Spencer authored
* Randomize tests, exclude tests that fail with randomization. * Disable some more tool tests
-
- 21 Jul, 2021 1 commit
-
-
Greg Spencer authored
This change fixes the driver tests "VMServiceFlutterDriver with logCommunicationToFile logCommunicationToFile logCommunicationToFile = false" and "WebFlutterDriver with logCommunicationToFile logCommunicationToFile = false" so that they will no longer fail when run locally. The issue was one of not cleaning up the log files after the test ran, so a later run with the same name would see it. Presumably on the servers the tests are run in a different environment where the names or locations of the output files end up being different.
-
- 14 Jun, 2021 1 commit
-
-
Greg Spencer authored
This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated. Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 20 May, 2021 1 commit
-
-
Yegor authored
FlutterDriver: deprecate enableAccessibility; redirect it to setSemantics; add setSemantics tests (#82939) * deprecate enableAccessibility; redirect it to setSemantics Co-authored-by:
David Iglesias <ditman@gmail.com>
-
- 12 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 11 May, 2021 2 commits
-
-
Nguyen Phuc Loi authored
-
Alexandre Ardhuin authored
-
- 22 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 11 Feb, 2021 1 commit
-
-
Wyte Krongapiradee authored
-
- 02 Feb, 2021 3 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
This reverts commit 9fd5242e.
-
Michael Goderbauer authored
-
- 28 Jan, 2021 1 commit
-
-
Dan Field authored
-
- 26 Jan, 2021 1 commit
-
-
Dan Field authored
-
- 27 Oct, 2020 5 commits
-
-
Jonah Williams authored
This reverts commit 3ecac303. Co-authored-by:
Dan Field <dfield@gmail.com>
-
Dan Field authored
Migrate flutter_driver to use package:vm_service
- 26 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Oct, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit ae06c19a.
-
Alexandre Ardhuin authored
-
- 02 Oct, 2020 1 commit
-
-
Jonah Williams authored
Force opt-in flutter test platform to null safety for repo testing
-
- 18 Sep, 2020 1 commit
-
-
Brian Eaton authored
-
- 11 Sep, 2020 1 commit
-
- 10 Sep, 2020 1 commit
-
-
Brian Eaton authored
-
- 08 Sep, 2020 1 commit
-
-
Angjie Li authored
Allow Developers to enable Accessibility testing on WebFlutterDriver and get the underlying webDriver (#65051)
-
- 25 Jul, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit 5fa5701d.
-
- 24 Jul, 2020 1 commit
-
-
Brian Eaton authored
-
- 23 Jun, 2020 1 commit
-
-
Jia Hao authored
When `retainPriorEvents` is passed as true, the current behavior still limits timeline events to the timestamp after `traceEvents` is called. This can cause startup events to be missing. This fixes it by passing null to `stopTracingAndDownloadTimeline` for the start and end time. Related: #58430
-
- 01 Jun, 2020 1 commit
-
-
Jonah Williams authored
Work-around large timeline data killing devicelab machines by requesting data in 1 second intervals and combining at the end. Non-breaking change to the driver API.
-
- 13 May, 2020 1 commit
-
-
Jia Hao authored
-
- 06 May, 2020 1 commit
-
-
Jia Hao authored
-
- 16 Apr, 2020 1 commit
-
-
Aubrey Anderson authored
-
- 15 Apr, 2020 1 commit
-
-
Pierre-Louis authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 22 Jan, 2020 1 commit
-
-
Angjie Li authored
-