gherkin 0.0.1 copy "gherkin: ^0.0.1" to clipboard
gherkin: ^0.0.1 copied to clipboard

outdated

a dart implementation of Gherkin BDD

example/README.md

Running the example #

To run this example:

  1. Ensure dart is accessible in the command line (on your path variable)
  2. In a command prompt (from the root of this library):
    cd example
    
    dart test.dart
    
    This will run the features files found in the folder features.

Debugging the example #

To debug this example and step through the library code.

  1. Set a break point in test.dart
  2. If you are in VSCode you will simply be able to select Debug example from the dropdown in the debugging tab as the launch.json has been configured.
    • otherwise you will need to run a debugging session against test.dart.
40
likes
0
pub points
89%
popularity

Publisher

unverified uploader

a dart implementation of Gherkin BDD

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

glob, matcher, path, test

More

Packages that depend on gherkin