jonsamwell / flutter_gherkin

A Gherkin parsers and runner for Dart and Flutter which is very similar to cucumber
MIT License
205 stars 110 forks source link

Running automation with Flutter 3.10.6 #304

Open faisal1995 opened 1 year ago

faisal1995 commented 1 year ago

I am receiving this Error Message while running the automation test on flutter 3.10.6 with Android Device:

VMServiceFlutterDriver: Connecting to Flutter application at https://graph.facebook.com/v12.0/app/ VMServiceFlutterDriver: It is taking an unusually long time to connect to the VM...

I am using: environment: sdk: ">=2.18.0" flutter: 3.10.6

flutter_gherkin: git: url: https://github.com/jonsamwell/flutter_gherkin.git ref: master

gherkin: any

Flutter doctor -v

[✓] Flutter (Channel stable, 3.10.6, on macOS 13.4.1 22F770820d darwin-arm64, locale en-IL) • Flutter version 3.10.6 on channel stable at /Users/faisal/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision f468f3366c (3 weeks ago), 2023-07-12 15:19:05 -0700 • Engine revision cdbeda788a • Dart version 3.0.6 • DevTools version 2.23.1

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1) • Android SDK at /Users/faisal/Library/Android/sdk • Platform android-33, build-tools 33.0.1 • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b802.4-9586694) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 14.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 14B47b • CocoaPods version 1.11.3

[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2022.2) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b802.4-9586694)

[✓] IntelliJ IDEA Community Edition (version 2022.3.2) • IntelliJ at /Applications/IntelliJ IDEA CE.app • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart

[✓] VS Code (version 1.74.3) • VS Code at /Users/faisal/Downloads/Visual Studio Code.app/Contents • Flutter extension version 3.56.0

[✓] Connected device (3 available) • sdk gphone arm64 (mobile) • emulator-5556 • android-arm64 • Android 11 (API 30) (emulator) • macOS (desktop) • macos • darwin-arm64 • macOS 13.4.1 22F770820d darwin-arm64 • Chrome (web) • chrome • web-javascript • Google Chrome 115.0.5790.170

[✓] Network resources • All expected network resources are available.

• No issues found!

Appreciate your help

sandesh181199 commented 1 year ago

@faisal1995 , is it resolved?