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

Hi, I encounter a problem when trying to generate the suite part file "foo_bar.g.dart" with **build_runner** for a feature containing: - 2 "Rule" keywords - or 1 "Rule" keyword with...

enhancement

From the documentation I don't see a `Duration object in the step's call to super` ``` Step Timeout By default a step will timeout if it exceed the defaultTimeout parameter...

I am trying to test performance of my app. Went through with Performance profiling page https://flutter.dev/docs/cookbook/testing/integration/profiling in flutter driver. Is any way to test performance within flutter_gherkin framework.

I would like to run the tests in a specific screen size. I found this [link](https://github.com/flutter/flutter/issues/65474) describing how to do it, but it does not seem to work for chrome/chromedrive.

Hi @jonsamwell, Could you please update the documentation or share an example for gherkin_suite_test.dart file for the latest changes w.r.t 3.0.0-rc.17. I am currently on w.r.t 3.0.0-rc.9 and tried updating...

When I run a feature using step definitions from `_wellKnownStepDefinitions` the tests fail due to not finding step definitions. Expected: * I run the test * The email field gets...

Hi. I did a merge of changes from master into this branch and update codes and examples so that `example_with_flutter_driver` is working again. Tested: - iOS 17.2 and Android 12...

Hello I wanna write a scenario which contains information like this and I don't know how to implement it. Could you please help me with this🙏 **When user creates a...

Hello, This is a fix for the issue #283 Thanks

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...