gherkin 0.0.2 gherkin: ^0.0.2 copied to clipboard
A Gherkin parsers and runner for Dart which is very similar to cucumber it provides the base DBB functionality ready to be used in platform specific use-cases 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 foldercd 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