We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc5584 commit ee3d176Copy full SHA for ee3d176
features/docs/formatters/message.feature
@@ -1,4 +1,9 @@
1
-Feature: Protobuf message output formatter
+Feature: Message output formatter
2
+
3
+ This formatter emits a stream of Newline-Delimited JSON (NDJSON) documents
4
+ as events occur during the test run.
5
6
+ You can read more about the message protocol [here](https://github.com/cucumber/common/tree/main/messages).
7
8
Background:
9
Given a file named "features/my_feature.feature" with:
0 commit comments