cucumber_messages 34.2.1
cucumber_messages: ^34.2.1 copied to clipboard
JSON schema-based messages for Cucumber inter-process communication.
Cucumber Messages for Dart #
Cucumber Messages is a message protocol for representing results and other information from Cucumber. Messages are defined by JSON Schema and encoded as NDJSON in message streams.
This package provides generated Dart types for every message, plus helpers for NDJSON read/write, timestamps, and durations.
See the example for reading and writing message streams.
For general information about Cucumber Messages and the other language implementations, see the repository root README.