File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 22
33JSON 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+
You can’t perform that action at this time.
0 commit comments