cucumber_messages 33.0.4 copy "cucumber_messages: ^33.0.4" to clipboard
cucumber_messages: ^33.0.4 copied to clipboard

JSON schema-based messages for Cucumber inter-process communication.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cucumber_messages

With Flutter:

 $ flutter pub add cucumber_messages

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

dependencies:
  cucumber_messages: ^33.0.4

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_messages/cucumber_messages.dart';
2
likes
150
points
388
downloads

Documentation

Documentation
API reference

Publisher

verified publishercucumber.io

Weekly Downloads

JSON schema-based messages for Cucumber inter-process communication.

Repository (GitHub)
View/report issues
Contributing

Topics

#cucumber #testing #json #ndjson

Funding

Consider supporting this project:

opencollective.com
github.com

License

MIT (license)

More

Packages that depend on cucumber_messages