flutter_gherkin icon indicating copy to clipboard operation
flutter_gherkin copied to clipboard

Flutter Driver extension is taking a long time to become available

Open fadhlimaulidri opened this issue 4 years ago • 1 comments
trafficstars

i have a application, when i run multiple scenario, i get Flutter Driver extension is taking a long time to become available. at second scenario

FAILED: Scenario TEst # /Users/fadhlimaulidri/workspace/seller_apps/test_driver/features/example.feature:40

Restarting Flutter app under test
I/flutter ( 9656): Moor: Sent SELECT * FROM event; with args []
Creating new world for scenario 'TEst 2' # /Users/fadhlimaulidri/workspace/bukalapak_seller_apps/test_driver/features/1_SEL-263,SEL-146,SEL-455.feature:46
VMServiceFlutterDriver: Connecting to Flutter application at http://127.0.0.1:64219/C-S-s5vK9O0=/
VMServiceFlutterDriver: Isolate found with number: 4031310983701367
VMServiceFlutterDriver: Isolate is not paused. Assuming application is ready.
VMServiceFlutterDriver: Flutter Driver extension is taking a long time to become available. Ensure your test app (often "lib/main.dart") imports "package:flutter_driver/driver_extension.dart" and calls enableFlutterDriverExtension() as the first call in main().

do you ever get same issue @jonsamwell ?

fadhlimaulidri avatar Oct 07 '21 06:10 fadhlimaulidri

See https://github.com/jonsamwell/flutter_gherkin/issues/151

I used to see this using the driver version of this library since converting to the integration_test version I do not see this. I think this is a flutter issue and something to do with Android x86_64 and the google_api on the image

jonsamwell avatar Oct 07 '21 06:10 jonsamwell