Liking cljdoc? Tell your friends :D

kaocha.plugin.scenari-messages

--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.
raw docstring

envelopesclj

(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.
sourceraw docstring

scenari-messages-cli-options-hookclj

(scenari-messages-cli-options-hook opts)
source

scenari-messages-config-hookclj

(scenari-messages-config-hook config)
source

scenari-messages-hooksclj

source

scenari-messages-post-run-hookclj

(scenari-messages-post-run-hook result)
source

scenari-messages-pre-run-hookclj

(scenari-messages-pre-run-hook test-plan)
source

write!clj

(write! target envelopes)
source

write-jsonclj

(write-json w x)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
←Move to previous article
→Move to next article
Ctrl+/Jump to the search field
× close