flutter_gherkin icon indicating copy to clipboard operation
flutter_gherkin copied to clipboard

A Gherkin parsers and runner for Dart and Flutter which is very similar to cucumber

Results 58 flutter_gherkin issues
Sort by recently updated
recently updated
newest added
trafficstars

Issue Resolved : Not able to terminate the application after execution

The version is still on 2.0.0 when 3.0 will released? When will Dart 3.0 ready? ![image](https://user-images.githubusercontent.com/2637049/229148948-4938afb7-098c-4355-b43b-b2ccfb887864.png)

After the executions of all the test cases, the application is not getting terminated. Do we have to add something specific code to terminate the application using bundle id on...

Can't run automation test with Flutter 3.10.x. It always return timeout exception without running any step.

keepAppRunningAfterTest is not working with flutter sdk 3.10.x when we make the argument true in bdd configuration. It says Could not find an option named "keep-app-running".

If we found a way to execute .dart file means we can be able to run a single feature but here we have to call each class for a each...

Can we able to interact with Native UI elements using flutter_gherkin.?. Or is there any way we can integrate this with patrol.?

Can we able to create snippets for step definition classes using feature class or we have to write step definition classes by our own. I am not able to understand...

Cucumber HTML reports are the best one if we can achieve this using flutter_gherkin. As in some discussions it's mentioned that once PB is implemented it will be done. Is...