Questions tagged [flutterdriver]

flutter_driver package provides tools to create instrumented apps and drive those apps from a test suite

78 questions
0
votes
1 answer

Flutter test drive and long running processes

I am using flutter test drive to test my flutter app. All works fine, except after I wait for an element for a long time. For example I have a login process, which takes a long time (up to 60 seconds, if the test server is busy). So I press the…
Nathan
  • 7,099
  • 14
  • 61
  • 125
0
votes
1 answer

Error while compiling flutter_driver for the first time

While trying to add integration test to my app, I've followed the following steps: Create a folder "test_driver" at the project root Create a file app.dart inside the folder containing (1) As well as a file "app_test.dart" (2) (1) import…
Jpec
  • 87
  • 5
-2
votes
2 answers

Find flutter sandwich menu button using flutter_driver

Find flutter sandwich menu button using flutter_driver Scaffold( key: widget.scaffoldKey, drawer: Observer(builder: (BuildContext context) { return DrawerMenu( user: controller.appStore.user, …
1 2 3 4 5
6