You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the integration_test app is just an app that I run manually, like a normal Flutter app on emulator/device.
In that case, tests run in LiveTestWidgetsFlutterBinding, and it works.
However, I never figured out how to run instrumented integration tests with integration_test plugin, because of the issue flutter/flutter#96739
Plugin should support proper integration_test framework.
Opening this issue here for it be discoverable by other people.
The text was updated successfully, but these errors were encountered:
Currently the integration_test app is just an app that I run manually, like a normal Flutter app on emulator/device.
In that case, tests run in LiveTestWidgetsFlutterBinding, and it works.
However, I never figured out how to run instrumented integration tests with
integration_test
plugin, because of the issue flutter/flutter#96739Plugin should support proper
integration_test
framework.Opening this issue here for it be discoverable by other people.
The text was updated successfully, but these errors were encountered: