--cucumber-messages FILE: the run as a cucumber-messages NDJSON stream, one
envelope per line - the format every cucumber tool reads (html-formatter,
json-formatter, junit-xml-formatter, report services).
The start of the stream - source, GherkinDocument, pickles - is what the
gherkin parser emitted when the feature was loaded; the rest is rebuilt from
the result tree after the run: step definitions, test cases, and one
started/finished pair per scenario and step, from the timestamps and durations
scenari.v2.core records. Only the scenarios kept by the filters appear.
`--cucumber-messages FILE`: the run as a cucumber-messages NDJSON stream, one envelope per line - the format every cucumber tool reads (html-formatter, json-formatter, junit-xml-formatter, report services). The start of the stream - source, GherkinDocument, pickles - is what the gherkin parser emitted when the feature was loaded; the rest is rebuilt from the result tree after the run: step definitions, test cases, and one started/finished pair per scenario and step, from the timestamps and durations `scenari.v2.core` records. Only the scenarios kept by the filters appear.
(envelopes result started-at finished-at)The run's envelopes, in stream order, as data - Java messages from the parser and maps for the rest.
The run's envelopes, in stream order, as data - Java messages from the parser and maps for the rest.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |