Allow user interaction (gestures/taps) when executing integration tests #103288
Labels
c: new feature
Nothing broken; request for a new capability
c: proposal
A detailed proposal for a change to Flutter
f: gestures
flutter/packages/flutter/gestures repository.
f: integration_test
The flutter/packages/integration_test plugin
framework
flutter/packages/flutter repository. See also f: labels.
P3
Issues that are less important to the Flutter project
team-framework
Owned by Framework team
triaged-framework
Triaged by Framework team
Use case
Hi thanks for Flutter! Currently, when executing integration tests, "tapping the screen" will output something like "Some possible finders for the widgets at Offset(165.7, 462.0)". However, I would appreciate it if the app could be interactive. In other words, users could tap buttons of the app and play with it, etc. It would be very help for debugging the tests!
The reason and context is that, with https://github.com/fzyzcjy/flutter_convenient_test (a package I just open sourced), users can already conveniently re-run a test very quickly and see various results. However, currently the users still cannot interact with the app, except for doing a full hot-restart.
Proposal
I have done a bit of hacking (if you are interested, the messy code is at fzyzcjy/flutter_convenient_test#147). But seems no clue to solve it.
I am willing to make a PR!
The text was updated successfully, but these errors were encountered: