cucumber-compatibility-kit 22.0.1 → 23.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/features/ambiguous/ambiguous.ndjson +4 -4
  3. data/features/attachments/attachments.ndjson +1 -1
  4. data/features/backgrounds/backgrounds.ndjson +1 -1
  5. data/features/cdata/cdata.ndjson +1 -1
  6. data/features/data-tables/data-tables.ndjson +1 -1
  7. data/features/doc-strings/doc-strings.ndjson +1 -1
  8. data/features/empty/empty.ndjson +1 -1
  9. data/features/examples-tables/examples-tables.feature +0 -6
  10. data/features/examples-tables/examples-tables.ndjson +80 -100
  11. data/features/examples-tables-attachment/examples-tables-attachment.ndjson +1 -1
  12. data/features/examples-tables-undefined/examples-tables-undefined.ndjson +41 -0
  13. data/features/examples-tables-undefined/examples-undefined.feature +17 -0
  14. data/features/global-hooks/global-hooks.ndjson +1 -1
  15. data/features/global-hooks-afterall-error/global-hooks-afterall-error.ndjson +1 -1
  16. data/features/global-hooks-attachments/global-hooks-attachments.ndjson +1 -1
  17. data/features/global-hooks-beforeall-error/global-hooks-beforeall-error.ndjson +1 -1
  18. data/features/hooks/hooks.feature +0 -3
  19. data/features/hooks/hooks.ndjson +29 -39
  20. data/features/hooks-attachment/hooks-attachment.ndjson +1 -1
  21. data/features/hooks-conditional/hooks-conditional.ndjson +1 -1
  22. data/features/hooks-named/hooks-named.ndjson +1 -1
  23. data/features/hooks-undefined/hooks-undefined.feature +5 -0
  24. data/features/hooks-undefined/hooks-undefined.ndjson +18 -0
  25. data/features/markdown/markdown.ndjson +1 -1
  26. data/features/minimal/minimal.ndjson +1 -1
  27. data/features/multiple-features/multiple-features.ndjson +1 -1
  28. data/features/multiple-features-reversed/multiple-features-reversed.ndjson +1 -1
  29. data/features/parameter-types/parameter-types.ndjson +1 -1
  30. data/features/pending/pending.ndjson +1 -1
  31. data/features/regular-expression/regular-expression.ndjson +1 -1
  32. data/features/retry/retry.feature +0 -9
  33. data/features/retry/retry.ndjson +53 -74
  34. data/features/retry-ambiguous/retry-ambiguous.arguments.txt +1 -0
  35. data/features/retry-ambiguous/retry-ambiguous.feature +3 -0
  36. data/features/retry-ambiguous/retry-ambiguous.ndjson +13 -0
  37. data/features/retry-pending/retry-pending.arguments.txt +1 -0
  38. data/features/retry-pending/retry-pending.feature +3 -0
  39. data/features/retry-pending/retry-pending.ndjson +12 -0
  40. data/features/retry-undefined/retry-undefined.arguments.txt +1 -0
  41. data/features/retry-undefined/retry-undefined.feature +3 -0
  42. data/features/retry-undefined/retry-undefined.ndjson +12 -0
  43. data/features/rules/rules.ndjson +1 -1
  44. data/features/rules-backgrounds/rules-backgrounds.ndjson +1 -1
  45. data/features/skipped/skipped.ndjson +1 -1
  46. data/features/stack-traces/stack-traces.ndjson +1 -1
  47. data/features/undefined/undefined.feature +3 -0
  48. data/features/undefined/undefined.ndjson +39 -29
  49. data/features/unknown-parameter-type/unknown-parameter-type.feature +2 -1
  50. data/features/unknown-parameter-type/unknown-parameter-type.ndjson +4 -3
  51. data/features/unused-steps/unused-steps.ndjson +1 -1
  52. metadata +15 -2
@@ -1,12 +1,13 @@
1
- {"meta":{"protocolVersion":"28.0.0","implementation":{"name":"fake-cucumber","version":"123.45.6"},"cpu":{"name":"arm64"},"os":{"name":"darwin","version":"24.5.0"},"runtime":{"name":"Node.js","version":"24.4.1"},"ci":{"name":"GitHub Actions","url":"https://github.com/cucumber-ltd/shouty.rb/actions/runs/154666429","buildNumber":"154666429","git":{"revision":"99684bcacf01d95875834d87903dcb072306c9ad","remote":"https://github.com/cucumber-ltd/shouty.rb.git","branch":"main"}}}}
2
- {"source":{"data":"Feature: Parameter Types\n Cucumber will generate an error message if a step definition registers\n an unknown parameter type, but the suite will run.\n\n Scenario: undefined parameter type\n Given CDG is closed because of a strike\n","uri":"samples/unknown-parameter-type/unknown-parameter-type.feature","mediaType":"text/x.cucumber.gherkin+plain"}}
3
- {"gherkinDocument":{"feature":{"tags":[],"location":{"line":1,"column":1},"language":"en","keyword":"Feature","name":"Parameter Types","description":" Cucumber will generate an error message if a step definition registers\n an unknown parameter type, but the suite will run.","children":[{"scenario":{"id":"1","tags":[],"location":{"line":5,"column":3},"keyword":"Scenario","name":"undefined parameter type","description":"","steps":[{"id":"0","location":{"line":6,"column":5},"keyword":"Given ","keywordType":"Context","text":"CDG is closed because of a strike"}],"examples":[]}}]},"comments":[],"uri":"samples/unknown-parameter-type/unknown-parameter-type.feature"}}
1
+ {"meta":{"protocolVersion":"29.0.1","implementation":{"name":"fake-cucumber","version":"123.45.6"},"cpu":{"name":"arm64"},"os":{"name":"darwin","version":"24.5.0"},"runtime":{"name":"Node.js","version":"24.4.1"},"ci":{"name":"GitHub Actions","url":"https://github.com/cucumber-ltd/shouty.rb/actions/runs/154666429","buildNumber":"154666429","git":{"revision":"99684bcacf01d95875834d87903dcb072306c9ad","remote":"https://github.com/cucumber-ltd/shouty.rb.git","branch":"main"}}}}
2
+ {"source":{"data":"Feature: Parameter Types\n Cucumber will generate an error message if a step definition registers\n an unknown parameter type, but the suite will run. Additionally, because\n the step is effectively undefined, a suggestion will also be created.\n\n Scenario: undefined parameter type\n Given CDG is closed because of a strike\n","uri":"samples/unknown-parameter-type/unknown-parameter-type.feature","mediaType":"text/x.cucumber.gherkin+plain"}}
3
+ {"gherkinDocument":{"feature":{"tags":[],"location":{"line":1,"column":1},"language":"en","keyword":"Feature","name":"Parameter Types","description":" Cucumber will generate an error message if a step definition registers\n an unknown parameter type, but the suite will run. Additionally, because\n the step is effectively undefined, a suggestion will also be created.","children":[{"scenario":{"id":"1","tags":[],"location":{"line":6,"column":3},"keyword":"Scenario","name":"undefined parameter type","description":"","steps":[{"id":"0","location":{"line":7,"column":5},"keyword":"Given ","keywordType":"Context","text":"CDG is closed because of a strike"}],"examples":[]}}]},"comments":[],"uri":"samples/unknown-parameter-type/unknown-parameter-type.feature"}}
4
4
  {"pickle":{"id":"3","uri":"samples/unknown-parameter-type/unknown-parameter-type.feature","astNodeIds":["1"],"tags":[],"name":"undefined parameter type","language":"en","steps":[{"id":"2","text":"CDG is closed because of a strike","type":"Context","astNodeIds":["0"]}]}}
5
5
  {"undefinedParameterType":{"name":"airport","expression":"{airport} is closed because of a strike"}}
6
6
  {"testRunStarted":{"id":"5","timestamp":{"seconds":0,"nanos":0}}}
7
7
  {"testCase":{"id":"6","pickleId":"3","testSteps":[{"id":"7","pickleStepId":"2","stepDefinitionIds":[],"stepMatchArgumentsLists":[]}],"testRunStartedId":"5"}}
8
8
  {"testCaseStarted":{"id":"8","testCaseId":"6","timestamp":{"seconds":0,"nanos":1000000},"attempt":0}}
9
9
  {"testStepStarted":{"testCaseStartedId":"8","testStepId":"7","timestamp":{"seconds":0,"nanos":2000000}}}
10
+ {"suggestion":{"id":"9","pickleStepId":"2","snippets":[{"language":"typescript","code":"Given(\"CDG is closed because of a strike\", () => {\n return \"pending\"\n})"}]}}
10
11
  {"testStepFinished":{"testCaseStartedId":"8","testStepId":"7","testStepResult":{"status":"UNDEFINED","duration":{"seconds":0,"nanos":0}},"timestamp":{"seconds":0,"nanos":3000000}}}
11
12
  {"testCaseFinished":{"testCaseStartedId":"8","timestamp":{"seconds":0,"nanos":4000000},"willBeRetried":false}}
12
13
  {"testRunFinished":{"testRunStartedId":"5","timestamp":{"seconds":0,"nanos":5000000},"success":false}}
@@ -1,4 +1,4 @@
1
- {"meta":{"protocolVersion":"28.0.0","implementation":{"name":"fake-cucumber","version":"123.45.6"},"cpu":{"name":"arm64"},"os":{"name":"darwin","version":"24.5.0"},"runtime":{"name":"Node.js","version":"24.4.1"},"ci":{"name":"GitHub Actions","url":"https://github.com/cucumber-ltd/shouty.rb/actions/runs/154666429","buildNumber":"154666429","git":{"revision":"99684bcacf01d95875834d87903dcb072306c9ad","remote":"https://github.com/cucumber-ltd/shouty.rb.git","branch":"main"}}}}
1
+ {"meta":{"protocolVersion":"29.0.1","implementation":{"name":"fake-cucumber","version":"123.45.6"},"cpu":{"name":"arm64"},"os":{"name":"darwin","version":"24.5.0"},"runtime":{"name":"Node.js","version":"24.4.1"},"ci":{"name":"GitHub Actions","url":"https://github.com/cucumber-ltd/shouty.rb/actions/runs/154666429","buildNumber":"154666429","git":{"revision":"99684bcacf01d95875834d87903dcb072306c9ad","remote":"https://github.com/cucumber-ltd/shouty.rb.git","branch":"main"}}}}
2
2
  {"source":{"data":"Feature: Unused steps\n Depending on the run, some step definitions may not be used. This is valid, and the step definitions are still\n includes in the stream of messages, which allows formatters to report on step usage if desired.\n\n Scenario: a scenario\n Given a step that is used\n","uri":"samples/unused-steps/unused-steps.feature","mediaType":"text/x.cucumber.gherkin+plain"}}
3
3
  {"gherkinDocument":{"feature":{"tags":[],"location":{"line":1,"column":1},"language":"en","keyword":"Feature","name":"Unused steps","description":" Depending on the run, some step definitions may not be used. This is valid, and the step definitions are still\n includes in the stream of messages, which allows formatters to report on step usage if desired.","children":[{"scenario":{"id":"1","tags":[],"location":{"line":5,"column":3},"keyword":"Scenario","name":"a scenario","description":"","steps":[{"id":"0","location":{"line":6,"column":5},"keyword":"Given ","keywordType":"Context","text":"a step that is used"}],"examples":[]}}]},"comments":[],"uri":"samples/unused-steps/unused-steps.feature"}}
4
4
  {"pickle":{"id":"3","uri":"samples/unused-steps/unused-steps.feature","astNodeIds":["1"],"tags":[],"name":"a scenario","language":"en","steps":[{"id":"2","text":"a step that is used","type":"Context","astNodeIds":["0"]}]}}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-compatibility-kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 22.0.1
4
+ version: 23.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aurélien Reeves
@@ -98,6 +98,8 @@ files:
98
98
  - features/examples-tables-attachment/cucumber.png
99
99
  - features/examples-tables-attachment/examples-tables-attachment.feature
100
100
  - features/examples-tables-attachment/examples-tables-attachment.ndjson
101
+ - features/examples-tables-undefined/examples-tables-undefined.ndjson
102
+ - features/examples-tables-undefined/examples-undefined.feature
101
103
  - features/examples-tables/examples-tables.feature
102
104
  - features/examples-tables/examples-tables.ndjson
103
105
  - features/global-hooks-afterall-error/global-hooks-afterall-error.feature
@@ -115,6 +117,8 @@ files:
115
117
  - features/hooks-conditional/hooks-conditional.ndjson
116
118
  - features/hooks-named/hooks-named.feature
117
119
  - features/hooks-named/hooks-named.ndjson
120
+ - features/hooks-undefined/hooks-undefined.feature
121
+ - features/hooks-undefined/hooks-undefined.ndjson
118
122
  - features/hooks/hooks.feature
119
123
  - features/hooks/hooks.ndjson
120
124
  - features/markdown/markdown.feature.md
@@ -136,6 +140,15 @@ files:
136
140
  - features/pending/pending.ndjson
137
141
  - features/regular-expression/regular-expression.feature
138
142
  - features/regular-expression/regular-expression.ndjson
143
+ - features/retry-ambiguous/retry-ambiguous.arguments.txt
144
+ - features/retry-ambiguous/retry-ambiguous.feature
145
+ - features/retry-ambiguous/retry-ambiguous.ndjson
146
+ - features/retry-pending/retry-pending.arguments.txt
147
+ - features/retry-pending/retry-pending.feature
148
+ - features/retry-pending/retry-pending.ndjson
149
+ - features/retry-undefined/retry-undefined.arguments.txt
150
+ - features/retry-undefined/retry-undefined.feature
151
+ - features/retry-undefined/retry-undefined.ndjson
139
152
  - features/retry/retry.arguments.txt
140
153
  - features/retry/retry.feature
141
154
  - features/retry/retry.ndjson
@@ -180,5 +193,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
180
193
  requirements: []
181
194
  rubygems_version: 3.6.9
182
195
  specification_version: 4
183
- summary: cucumber-compatibility-kit-22.0.1
196
+ summary: cucumber-compatibility-kit-23.0.0
184
197
  test_files: []