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

**Current behavior** When an error occurs in a hook executed before a scenario, the test is marked as passed. **The expected result** The test should be marked as failed because...

_Version: 3.0.0-rc.17_ Hello, First of all, I would like to thank you for the package. The issue is related to calling reporters before running a feature using the following method:...

Can you use integration_test package instead of driver package to test the app? Use: ``` flutter test integration_test/gherkin_suite_test.dart ``` Instead of: ``` flutter drive --driver=test_driver/integration_test_driver.dart --target=integration_test/gherkin_suite_test.dart ``` But I get...

Hi, I tried with example repos and find if the step failed, reports will have error_message in there, but no idea what's the configuration make it. may I know how...

I have a problem when I want to upload an image use automation flutter gherkin, is there a way to do that?

I have an application developed on Android, which I am running a few tests using the package, everything works correctly. The problem is, when I am running all the tests,...

I have used flutter gherkin to automate my app, in short, this is my scenario: ``` Feature: Counter The counter should be incremented when the button is pressed. Scenario: Counter...