Use this tag for questions about the Flutter integration_test package, used to write and run integration tests (end-to-end/GUI tests).
Questions tagged [flutter-integration-test]
137 questions
0
votes
0 answers
How to Fake battery settings/status during a Flutter Integration Test?
The (Android) app we're working on is depended on it's plugged-in (AC) status.
Because we want to run the app on a real device connected to our buildserver we need a way to fake this behaviour in order to fully test the app without actually removing…

SEG.Veenstra
- 718
- 1
- 7
- 18
0
votes
0 answers
App build crashes when integration_test package is added
I have a simple app that selects images from the gallery.
When I added the integration_test package to the app it was working fine in debug mode but the build crashes when I open the image picker.
Here is the…

aki
- 78
- 8