cucumber_gherkin 42.0.1
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_gherkinWith Flutter:
$ flutter pub add cucumber_gherkinThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
cucumber_gherkin: ^42.0.1Alternatively, 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';