Skip to content

Commit baab74a

Browse files
committed
Update README
1 parent c900092 commit baab74a

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,26 @@
22

33
JSON schema for the (legacy) Cucumber JSON format, along with implementation-specific variants from cucumber-jvm etc.
44

5-
For the new unified message format, see <https://github.com/cucumber/messages>
5+
* For the new unified message format, see [Cucumber Messages](https://github.com/cucumber/messages).
6+
* For a tool to convert messages to the legacy json format
7+
see [Cucumber JSON Formatter](https://github.com/cucumber/cucumber-json-formatter).
8+
9+
## Implementation Status
10+
11+
These schemas should be considered a best effort work in progress.
12+
13+
These schema was initially implemented and tested as part of
14+
the [Cucumber JSON Converter](https://github.com/cucumber/cucumber-json-converter). This project does not seem to have
15+
been used in earnest as the accuracy of the schema leaves much to de desired. The schema is also regression tested in
16+
the [Cucumber JSON Formatter](https://github.com/cucumber/cucumber-json-formatter) project. This testing is more
17+
extensive.
18+
19+
| Schema | Cucumber JSON Converter | Cucumber JSON Formatter |
20+
|----------------------|-------------------------|-------------------------|
21+
| `cucumber-js.json` | Verified | Unverified |
22+
| `cucumber-jvm.json` | Verified | Verified |
23+
| `cucumber-ruby.json` | Verified | Unverified |
24+
| `behave.json` | Unverified | Unverified |
25+
| `canonical.json` | Unverified | Unverified |
26+
27+

0 commit comments

Comments
 (0)