Skip to content

Commit ee3d176

Browse files
committed
Remove reference to protobuf in messages feature
1 parent 3fc5584 commit ee3d176

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

features/docs/formatters/message.feature

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Feature: Protobuf message output formatter
1+
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).
27

38
Background:
49
Given a file named "features/my_feature.feature" with:

0 commit comments

Comments
 (0)