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

Failed to take screenshot Unexpected null value. dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 251:49 throw_ dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/operations.dart 528:63 nullCheck lib/_engine/engine/canvaskit/layer.dart 584:34 preroll lib/_engine/engine/canvaskit/layer.dart 125:12 prerollChildren lib/_engine/engine/canvaskit/layer.dart 357:9 preroll lib/_engine/engine/canvaskit/layer.dart 125:12 prerollChildren lib/_engine/engine/canvaskit/layer.dart 494:5 preroll lib/_engine/engine/canvaskit/layer.dart 125:12...

In the `waitUntilTypeExistsStep` ([here](https://github.com/jonsamwell/flutter_gherkin/blob/integration_test__package_support/lib/src/flutter/steps/wait_until_type_exists_step.dart)) the expectation is that a `String` parameter is converted into a `Type`. However, without reflection, this will not be possible and the code fails with an...

Plz inform, if have to split in multiple smaller PRs. See: #275 I think the main problem is, that the failures are caught inside the `gherkin_integration_test_runner` and aren't reported to...

Hi, First of all, great work with this package! I'm using 3.0.0-rc17 For other libraries using code generation (such as `json_serializable`), I'm used to keep a `flutter pub run build_runner...

Hello, i am build running flutter gherkin appear error dart ui ![image](https://user-images.githubusercontent.com/30396068/215732664-02dbaa82-8776-415c-8257-51c762dd4fe4.png) but, when I run as usual (not build automation) it's safe. please help me

``` @override Future onAfterScenario( TestConfiguration config, String scenario, Iterable tags, { bool passed = true, }) async { world.attach( world.container.read(failedMocksProvider).join('/n'), 'text/plain', ); } ``` I have following Hook (I save...

HI, is there no plan to upgrade the flutter gherkin version?

Hi, when I am testing flutter_gherkin + flutter_driver, automation cannot open the web app, by 'final driver = await FlutterDriver.connect();' A blank web page opens and indicating controlled by automation,...

Hi viewers-developers, I am trying to test a DropdownButton, however the tapping test on an item fails even if the previous test has verified that the child (DropdownMenuItem) exists. With...

Hello all, thank you for the work you are doing. I am currently working on a project utilising the flutter sdk's `integration_test` package for testing. (Running on the web with...