gherkin 3.1.0 gherkin: ^3.1.0 copied to clipboard
A Gherkin parsers and runner for Dart which is very similar to Cucumber, it provides the base BDD functionality ready for use in platform specific implementations i.e. flutter/web
Running the example #
To run this example:
- Ensure dart is accessible in the command line (on your path variable)
- In a command prompt (from the root of this library):
This will run the features files found in the folderdart pub get cd example dart test.dart
features
.
Debugging the example #
To debug this example and step through the library code.
- Set a break point in
test.dart
- If you are in VSCode you will simply be able to select
Debug example
from the dropdown in thedebugging tab
as thelaunch.json
has been configured.- otherwise you will need to run a debugging session against
test.dart
.
- otherwise you will need to run a debugging session against