cucumber_gherkin 42.0.1 copy "cucumber_gherkin: ^42.0.1" to clipboard
cucumber_gherkin: ^42.0.1 copied to clipboard

Gherkin parser and compiler for Dart. Parses .feature sources into Cucumber Messages envelopes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cucumber_gherkin

With Flutter:

 $ flutter pub add cucumber_gherkin

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cucumber_gherkin: ^42.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cucumber_gherkin/cucumber_gherkin.dart';
2
likes
160
points
137
downloads

Documentation

Documentation
API reference

Publisher

verified publishercucumber.io

Weekly Downloads

Gherkin parser and compiler for Dart. Parses .feature sources into Cucumber Messages envelopes.

Repository (GitHub)
View/report issues
Contributing

Topics

#cucumber #gherkin #testing #parser

Funding

Consider supporting this project:

opencollective.com
github.com

License

MIT (license)

Dependencies

cucumber_messages

More

Packages that depend on cucumber_gherkin