Open adam-clevyr opened 2 years ago
Sorry for the delay. Thanks for the code I will try and reproduce this and fix as required.
Sorry for the delay. Thanks for the code I will try and reproduce this and fix as required.
No worries! Let me know if I need to provide further information!
When I run a feature using step definitions from
_wellKnownStepDefinitions
the tests fail due to not finding step definitions.Expected:
Actual:
NOTE: This is using the following pre-included step definitions
whenFillFieldStep
<---- failswaitUntilKeyExistsStep
<------- works perfectlyMy files:
Feature File
path: integration_test/features/simple_login.feature
Configuration File
path: integration_test/gherkin/configuration.dart
The GENERATED test suite file
path: integration_test/gherkin_suite_test.g.dart
General info:
flutter doctor -v
Parts of my
pubspec.yaml