-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use flutter test
instead of flutter drive
#421
Comments
We have our own custom binding – PatrolBinding. The only things it does is setting the source of every pointer event (tap, slide, etc) to It lets native automators tap on our Flutter app (the most common use case for this is a WebView). Without our custom bindings, when we
|
We won't need See also: |
Homemade dependency graph
graph TD
flutter_test[use `flutter test` - it gives us JUnit #495] --> a[stop using custom binding]
click flutter_test "https://www.github.com/leancodepl/patrol/pull/495"
a[we need custom binding because #107934] --> b[but it can be done with default binding in Flutter 3.5]
click a "http://www.github.com/flutter/flutter/issues/107934"
b --> c[remove custom binding]
flutter_test --> useappbinary[once we migrate to it, we lose flake detection feature #114541]
click useappbinary "http://www.github.com/flutter/flutter/issues/114541"
host_features[screenshots, scripts] --> host_server[vmservice running on host #593]
click host_server "https://www.github.com/leancodepl/patrol/pull/593"
host_server --> custom_binding[requires custom binding] --> flutter_test_binding[`flutter test` doesn't support it #113097]
click flutter_test_binding "http://www.github.com/flutter/flutter/issues/113097"
host_server --> driver_script[needs driver script] --> flutter_test_driver[`flutter test` doesn't support it #115289]
click flutter_test_driver "http://www.github.com/flutter/flutter/issues/115289"
style custom_binding fill:#FF0000
style c fill:#FF0000
finder_apis[Improve Finder APIs]
click finder_apis "https://github.com/flutter/flutter/issues/115874"
single_test_binary[Single binary for all tests]
click single_test_binary "https://github.com/flutter/flutter/issues/115751"
Flutter issue, but listed:
|
This is superseded by #661. |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. |
No description provided.
The text was updated successfully, but these errors were encountered: