cucumber-compatibility-kit 16.3.0 → 18.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.
- checksums.yaml +4 -4
- data/features/attachments/attachments.feature +0 -8
- data/features/attachments/attachments.feature.ndjson +68 -82
- data/features/cdata/cdata.feature.ndjson +8 -8
- data/features/data-tables/data-tables.feature.ndjson +10 -10
- data/features/empty/empty.feature.ndjson +6 -6
- data/features/examples-tables/examples-tables.feature.ndjson +84 -84
- data/features/examples-tables-attachment/cucumber.jpeg +0 -0
- data/features/examples-tables-attachment/cucumber.png +0 -0
- data/features/examples-tables-attachment/examples-tables-attachment.feature +13 -0
- data/features/examples-tables-attachment/examples-tables-attachment.feature.ndjson +21 -0
- data/features/hooks/hooks.feature +0 -10
- data/features/hooks/hooks.feature.ndjson +39 -77
- data/features/hooks-attachment/hooks-attachment.feature +7 -0
- data/features/hooks-attachment/hooks-attachment.feature.ndjson +18 -0
- data/features/hooks-conditional/hooks-conditional.feature +16 -0
- data/features/hooks-conditional/hooks-conditional.feature.ndjson +36 -0
- data/features/hooks-named/hooks-named.feature +8 -0
- data/features/hooks-named/hooks-named.feature.ndjson +18 -0
- data/features/markdown/markdown.feature.md.ndjson +27 -27
- data/features/minimal/minimal.feature.ndjson +8 -8
- data/features/parameter-types/parameter-types.feature.ndjson +8 -8
- data/features/pending/pending.feature.ndjson +22 -22
- data/features/retry/retry.feature.ndjson +48 -48
- data/features/rules/rules.feature.ndjson +36 -36
- data/features/skipped/skipped.feature.ndjson +25 -25
- data/features/stack-traces/stack-traces.feature.ndjson +8 -8
- data/features/undefined/undefined.feature.ndjson +22 -22
- data/features/unknown-parameter-type/unknown-parameter-type.feature.ndjson +8 -8
- metadata +23 -13
@@ -1,4 +1,4 @@
|
|
1
|
-
{"meta":{"ci":{"buildNumber":"154666429","git":{"remote":"https://github.com/cucumber-ltd/shouty.rb.git","revision":"99684bcacf01d95875834d87903dcb072306c9ad"},"name":"GitHub Actions","url":"https://github.com/cucumber-ltd/shouty.rb/actions/runs/154666429"},"cpu":{"name":"x64"},"implementation":{"name":"fake-cucumber","version":"
|
1
|
+
{"meta":{"ci":{"buildNumber":"154666429","git":{"remote":"https://github.com/cucumber-ltd/shouty.rb.git","revision":"99684bcacf01d95875834d87903dcb072306c9ad"},"name":"GitHub Actions","url":"https://github.com/cucumber-ltd/shouty.rb/actions/runs/154666429"},"cpu":{"name":"x64"},"implementation":{"name":"fake-cucumber","version":"18.0.0"},"os":{"name":"darwin","version":"23.6.0"},"protocolVersion":"27.0.0","runtime":{"name":"node.js","version":"22.7.0"}}}
|
2
2
|
{"source":{"data":"Feature: Undefined steps\n\n At runtime, Cucumber may encounter a step in a scenario that it cannot match to a\n step definition. In these cases, the scenario is not able to run and so the step status\n will be UNDEFINED, with subsequent steps being SKIPPED and the overall result will be FAILURE\n\n Scenario: An undefined step causes a failure\n Given a step that is yet to be defined\n\n Scenario: Steps before undefined steps are executed\n Given an implemented step\n And a step that is yet to be defined\n\n Scenario: Steps after undefined steps are skipped\n Given a step that is yet to be defined\n And a step that will be skipped\n","mediaType":"text/x.cucumber.gherkin+plain","uri":"samples/undefined/undefined.feature"}}
|
3
3
|
{"gherkinDocument":{"comments":[],"feature":{"children":[{"scenario":{"description":"","examples":[],"id":"3","keyword":"Scenario","location":{"column":3,"line":7},"name":"An undefined step causes a failure","steps":[{"id":"2","keyword":"Given ","keywordType":"Context","location":{"column":5,"line":8},"text":"a step that is yet to be defined"}],"tags":[]}},{"scenario":{"description":"","examples":[],"id":"6","keyword":"Scenario","location":{"column":3,"line":10},"name":"Steps before undefined steps are executed","steps":[{"id":"4","keyword":"Given ","keywordType":"Context","location":{"column":5,"line":11},"text":"an implemented step"},{"id":"5","keyword":"And ","keywordType":"Conjunction","location":{"column":5,"line":12},"text":"a step that is yet to be defined"}],"tags":[]}},{"scenario":{"description":"","examples":[],"id":"9","keyword":"Scenario","location":{"column":3,"line":14},"name":"Steps after undefined steps are skipped","steps":[{"id":"7","keyword":"Given ","keywordType":"Context","location":{"column":5,"line":15},"text":"a step that is yet to be defined"},{"id":"8","keyword":"And ","keywordType":"Conjunction","location":{"column":5,"line":16},"text":"a step that will be skipped"}],"tags":[]}}],"description":" At runtime, Cucumber may encounter a step in a scenario that it cannot match to a\n step definition. In these cases, the scenario is not able to run and so the step status\n will be UNDEFINED, with subsequent steps being SKIPPED and the overall result will be FAILURE","keyword":"Feature","language":"en","location":{"column":1,"line":1},"name":"Undefined steps","tags":[]},"uri":"samples/undefined/undefined.feature"}}
|
4
4
|
{"pickle":{"astNodeIds":["3"],"id":"11","language":"en","name":"An undefined step causes a failure","steps":[{"astNodeIds":["2"],"id":"10","text":"a step that is yet to be defined","type":"Context"}],"tags":[],"uri":"samples/undefined/undefined.feature"}}
|
@@ -6,24 +6,24 @@
|
|
6
6
|
{"pickle":{"astNodeIds":["9"],"id":"17","language":"en","name":"Steps after undefined steps are skipped","steps":[{"astNodeIds":["7"],"id":"15","text":"a step that is yet to be defined","type":"Context"},{"astNodeIds":["8"],"id":"16","text":"a step that will be skipped","type":"Context"}],"tags":[],"uri":"samples/undefined/undefined.feature"}}
|
7
7
|
{"stepDefinition":{"id":"0","pattern":{"source":"an implemented step","type":"CUCUMBER_EXPRESSION"},"sourceReference":{"location":{"line":3},"uri":"samples/undefined/undefined.feature.ts"}}}
|
8
8
|
{"stepDefinition":{"id":"1","pattern":{"source":"a step that will be skipped","type":"CUCUMBER_EXPRESSION"},"sourceReference":{"location":{"line":7},"uri":"samples/undefined/undefined.feature.ts"}}}
|
9
|
-
{"testRunStarted":{"timestamp":{"nanos":0,"seconds":0}}}
|
10
|
-
{"testCase":{"id":"
|
11
|
-
{"testCase":{"id":"
|
12
|
-
{"testCase":{"id":"
|
13
|
-
{"testCaseStarted":{"attempt":0,"id":"
|
14
|
-
{"testStepStarted":{"testCaseStartedId":"
|
15
|
-
{"testStepFinished":{"testCaseStartedId":"
|
16
|
-
{"testCaseFinished":{"testCaseStartedId":"
|
17
|
-
{"testCaseStarted":{"attempt":0,"id":"
|
18
|
-
{"testStepStarted":{"testCaseStartedId":"
|
19
|
-
{"testStepFinished":{"testCaseStartedId":"
|
20
|
-
{"testStepStarted":{"testCaseStartedId":"
|
21
|
-
{"testStepFinished":{"testCaseStartedId":"
|
22
|
-
{"testCaseFinished":{"testCaseStartedId":"
|
23
|
-
{"testCaseStarted":{"attempt":0,"id":"
|
24
|
-
{"testStepStarted":{"testCaseStartedId":"
|
25
|
-
{"testStepFinished":{"testCaseStartedId":"
|
26
|
-
{"testStepStarted":{"testCaseStartedId":"
|
27
|
-
{"testStepFinished":{"testCaseStartedId":"
|
28
|
-
{"testCaseFinished":{"testCaseStartedId":"
|
29
|
-
{"testRunFinished":{"success":false,"timestamp":{"nanos":17000000,"seconds":0}}}
|
9
|
+
{"testRunStarted":{"id":"18","timestamp":{"nanos":0,"seconds":0}}}
|
10
|
+
{"testCase":{"id":"20","pickleId":"11","testRunStartedId":"18","testSteps":[{"id":"19","pickleStepId":"10","stepDefinitionIds":[],"stepMatchArgumentsLists":[]}]}}
|
11
|
+
{"testCase":{"id":"23","pickleId":"14","testRunStartedId":"18","testSteps":[{"id":"21","pickleStepId":"12","stepDefinitionIds":["0"],"stepMatchArgumentsLists":[{"stepMatchArguments":[]}]},{"id":"22","pickleStepId":"13","stepDefinitionIds":[],"stepMatchArgumentsLists":[]}]}}
|
12
|
+
{"testCase":{"id":"26","pickleId":"17","testRunStartedId":"18","testSteps":[{"id":"24","pickleStepId":"15","stepDefinitionIds":[],"stepMatchArgumentsLists":[]},{"id":"25","pickleStepId":"16","stepDefinitionIds":["1"],"stepMatchArgumentsLists":[{"stepMatchArguments":[]}]}]}}
|
13
|
+
{"testCaseStarted":{"attempt":0,"id":"27","testCaseId":"20","timestamp":{"nanos":1000000,"seconds":0}}}
|
14
|
+
{"testStepStarted":{"testCaseStartedId":"27","testStepId":"19","timestamp":{"nanos":2000000,"seconds":0}}}
|
15
|
+
{"testStepFinished":{"testCaseStartedId":"27","testStepId":"19","testStepResult":{"duration":{"nanos":0,"seconds":0},"status":"UNDEFINED"},"timestamp":{"nanos":3000000,"seconds":0}}}
|
16
|
+
{"testCaseFinished":{"testCaseStartedId":"27","timestamp":{"nanos":4000000,"seconds":0},"willBeRetried":false}}
|
17
|
+
{"testCaseStarted":{"attempt":0,"id":"28","testCaseId":"23","timestamp":{"nanos":5000000,"seconds":0}}}
|
18
|
+
{"testStepStarted":{"testCaseStartedId":"28","testStepId":"21","timestamp":{"nanos":6000000,"seconds":0}}}
|
19
|
+
{"testStepFinished":{"testCaseStartedId":"28","testStepId":"21","testStepResult":{"duration":{"nanos":1000000,"seconds":0},"status":"PASSED"},"timestamp":{"nanos":7000000,"seconds":0}}}
|
20
|
+
{"testStepStarted":{"testCaseStartedId":"28","testStepId":"22","timestamp":{"nanos":8000000,"seconds":0}}}
|
21
|
+
{"testStepFinished":{"testCaseStartedId":"28","testStepId":"22","testStepResult":{"duration":{"nanos":0,"seconds":0},"status":"UNDEFINED"},"timestamp":{"nanos":9000000,"seconds":0}}}
|
22
|
+
{"testCaseFinished":{"testCaseStartedId":"28","timestamp":{"nanos":10000000,"seconds":0},"willBeRetried":false}}
|
23
|
+
{"testCaseStarted":{"attempt":0,"id":"29","testCaseId":"26","timestamp":{"nanos":11000000,"seconds":0}}}
|
24
|
+
{"testStepStarted":{"testCaseStartedId":"29","testStepId":"24","timestamp":{"nanos":12000000,"seconds":0}}}
|
25
|
+
{"testStepFinished":{"testCaseStartedId":"29","testStepId":"24","testStepResult":{"duration":{"nanos":0,"seconds":0},"status":"UNDEFINED"},"timestamp":{"nanos":13000000,"seconds":0}}}
|
26
|
+
{"testStepStarted":{"testCaseStartedId":"29","testStepId":"25","timestamp":{"nanos":14000000,"seconds":0}}}
|
27
|
+
{"testStepFinished":{"testCaseStartedId":"29","testStepId":"25","testStepResult":{"duration":{"nanos":0,"seconds":0},"status":"SKIPPED"},"timestamp":{"nanos":15000000,"seconds":0}}}
|
28
|
+
{"testCaseFinished":{"testCaseStartedId":"29","timestamp":{"nanos":16000000,"seconds":0},"willBeRetried":false}}
|
29
|
+
{"testRunFinished":{"success":false,"testRunStartedId":"18","timestamp":{"nanos":17000000,"seconds":0}}}
|
@@ -1,12 +1,12 @@
|
|
1
|
-
{"meta":{"ci":{"buildNumber":"154666429","git":{"remote":"https://github.com/cucumber-ltd/shouty.rb.git","revision":"99684bcacf01d95875834d87903dcb072306c9ad"},"name":"GitHub Actions","url":"https://github.com/cucumber-ltd/shouty.rb/actions/runs/154666429"},"cpu":{"name":"x64"},"implementation":{"name":"fake-cucumber","version":"
|
1
|
+
{"meta":{"ci":{"buildNumber":"154666429","git":{"remote":"https://github.com/cucumber-ltd/shouty.rb.git","revision":"99684bcacf01d95875834d87903dcb072306c9ad"},"name":"GitHub Actions","url":"https://github.com/cucumber-ltd/shouty.rb/actions/runs/154666429"},"cpu":{"name":"x64"},"implementation":{"name":"fake-cucumber","version":"18.0.0"},"os":{"name":"darwin","version":"23.6.0"},"protocolVersion":"27.0.0","runtime":{"name":"node.js","version":"22.7.0"}}}
|
2
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","mediaType":"text/x.cucumber.gherkin+plain","uri":"samples/unknown-parameter-type/unknown-parameter-type.feature"}}
|
3
3
|
{"gherkinDocument":{"comments":[],"feature":{"children":[{"scenario":{"description":"","examples":[],"id":"1","keyword":"Scenario","location":{"column":3,"line":5},"name":"undefined parameter type","steps":[{"id":"0","keyword":"Given ","keywordType":"Context","location":{"column":5,"line":6},"text":"CDG is closed because of a strike"}],"tags":[]}}],"description":" Cucumber will generate an error message if a step definition registers\n an unknown parameter type, but the suite will run.","keyword":"Feature","language":"en","location":{"column":1,"line":1},"name":"Parameter Types","tags":[]},"uri":"samples/unknown-parameter-type/unknown-parameter-type.feature"}}
|
4
4
|
{"pickle":{"astNodeIds":["1"],"id":"3","language":"en","name":"undefined parameter type","steps":[{"astNodeIds":["0"],"id":"2","text":"CDG is closed because of a strike","type":"Context"}],"tags":[],"uri":"samples/unknown-parameter-type/unknown-parameter-type.feature"}}
|
5
5
|
{"undefinedParameterType":{"expression":"{airport} is closed because of a strike","name":"airport"}}
|
6
|
-
{"testRunStarted":{"timestamp":{"nanos":0,"seconds":0}}}
|
7
|
-
{"testCase":{"id":"
|
8
|
-
{"testCaseStarted":{"attempt":0,"id":"
|
9
|
-
{"testStepStarted":{"testCaseStartedId":"
|
10
|
-
{"testStepFinished":{"testCaseStartedId":"
|
11
|
-
{"testCaseFinished":{"testCaseStartedId":"
|
12
|
-
{"testRunFinished":{"success":false,"timestamp":{"nanos":5000000,"seconds":0}}}
|
6
|
+
{"testRunStarted":{"id":"4","timestamp":{"nanos":0,"seconds":0}}}
|
7
|
+
{"testCase":{"id":"6","pickleId":"3","testRunStartedId":"4","testSteps":[{"id":"5","pickleStepId":"2","stepDefinitionIds":[],"stepMatchArgumentsLists":[]}]}}
|
8
|
+
{"testCaseStarted":{"attempt":0,"id":"7","testCaseId":"6","timestamp":{"nanos":1000000,"seconds":0}}}
|
9
|
+
{"testStepStarted":{"testCaseStartedId":"7","testStepId":"5","timestamp":{"nanos":2000000,"seconds":0}}}
|
10
|
+
{"testStepFinished":{"testCaseStartedId":"7","testStepId":"5","testStepResult":{"duration":{"nanos":0,"seconds":0},"status":"UNDEFINED"},"timestamp":{"nanos":3000000,"seconds":0}}}
|
11
|
+
{"testCaseFinished":{"testCaseStartedId":"7","timestamp":{"nanos":4000000,"seconds":0},"willBeRetried":false}}
|
12
|
+
{"testRunFinished":{"success":false,"testRunStartedId":"4","timestamp":{"nanos":5000000,"seconds":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:
|
4
|
+
version: 18.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aurélien Reeves
|
@@ -9,10 +9,10 @@ authors:
|
|
9
9
|
- Vincent Prêtre
|
10
10
|
- Luke Hill
|
11
11
|
- Cucumber Ltd
|
12
|
-
autorequire:
|
12
|
+
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date:
|
15
|
+
date: 2025-02-25 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: rspec
|
@@ -34,42 +34,42 @@ dependencies:
|
|
34
34
|
requirements:
|
35
35
|
- - "~>"
|
36
36
|
- !ruby/object:Gem::Version
|
37
|
-
version: 1.
|
37
|
+
version: 1.71.0
|
38
38
|
type: :development
|
39
39
|
prerelease: false
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
41
41
|
requirements:
|
42
42
|
- - "~>"
|
43
43
|
- !ruby/object:Gem::Version
|
44
|
-
version: 1.
|
44
|
+
version: 1.71.0
|
45
45
|
- !ruby/object:Gem::Dependency
|
46
46
|
name: rubocop-performance
|
47
47
|
requirement: !ruby/object:Gem::Requirement
|
48
48
|
requirements:
|
49
49
|
- - "~>"
|
50
50
|
- !ruby/object:Gem::Version
|
51
|
-
version: 1.
|
51
|
+
version: 1.23.1
|
52
52
|
type: :development
|
53
53
|
prerelease: false
|
54
54
|
version_requirements: !ruby/object:Gem::Requirement
|
55
55
|
requirements:
|
56
56
|
- - "~>"
|
57
57
|
- !ruby/object:Gem::Version
|
58
|
-
version: 1.
|
58
|
+
version: 1.23.1
|
59
59
|
- !ruby/object:Gem::Dependency
|
60
60
|
name: rubocop-rspec
|
61
61
|
requirement: !ruby/object:Gem::Requirement
|
62
62
|
requirements:
|
63
63
|
- - "~>"
|
64
64
|
- !ruby/object:Gem::Version
|
65
|
-
version: 3.0
|
65
|
+
version: 3.4.0
|
66
66
|
type: :development
|
67
67
|
prerelease: false
|
68
68
|
version_requirements: !ruby/object:Gem::Requirement
|
69
69
|
requirements:
|
70
70
|
- - "~>"
|
71
71
|
- !ruby/object:Gem::Version
|
72
|
-
version: 3.0
|
72
|
+
version: 3.4.0
|
73
73
|
description: Kit to check compatibility with official cucumber ruby implementation
|
74
74
|
email: cukebot@cucumber.io
|
75
75
|
executables: []
|
@@ -88,8 +88,18 @@ files:
|
|
88
88
|
- features/data-tables/data-tables.feature.ndjson
|
89
89
|
- features/empty/empty.feature
|
90
90
|
- features/empty/empty.feature.ndjson
|
91
|
+
- features/examples-tables-attachment/cucumber.jpeg
|
92
|
+
- features/examples-tables-attachment/cucumber.png
|
93
|
+
- features/examples-tables-attachment/examples-tables-attachment.feature
|
94
|
+
- features/examples-tables-attachment/examples-tables-attachment.feature.ndjson
|
91
95
|
- features/examples-tables/examples-tables.feature
|
92
96
|
- features/examples-tables/examples-tables.feature.ndjson
|
97
|
+
- features/hooks-attachment/hooks-attachment.feature
|
98
|
+
- features/hooks-attachment/hooks-attachment.feature.ndjson
|
99
|
+
- features/hooks-conditional/hooks-conditional.feature
|
100
|
+
- features/hooks-conditional/hooks-conditional.feature.ndjson
|
101
|
+
- features/hooks-named/hooks-named.feature
|
102
|
+
- features/hooks-named/hooks-named.feature.ndjson
|
93
103
|
- features/hooks/cucumber.svg
|
94
104
|
- features/hooks/hooks.feature
|
95
105
|
- features/hooks/hooks.feature.ndjson
|
@@ -124,7 +134,7 @@ metadata:
|
|
124
134
|
documentation_uri: https://cucumber.io/docs/gherkin/
|
125
135
|
mailing_list_uri: https://groups.google.com/forum/#!forum/cukes
|
126
136
|
source_code_uri: https://github.com/cucumber/compatibility-kit/blob/main/ruby
|
127
|
-
post_install_message:
|
137
|
+
post_install_message:
|
128
138
|
rdoc_options:
|
129
139
|
- "--charset=UTF-8"
|
130
140
|
require_paths:
|
@@ -140,8 +150,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
150
|
- !ruby/object:Gem::Version
|
141
151
|
version: 3.2.8
|
142
152
|
requirements: []
|
143
|
-
rubygems_version: 3.5.
|
144
|
-
signing_key:
|
153
|
+
rubygems_version: 3.5.22
|
154
|
+
signing_key:
|
145
155
|
specification_version: 4
|
146
|
-
summary: cucumber-compatibility-kit-
|
156
|
+
summary: cucumber-compatibility-kit-18.0.0
|
147
157
|
test_files: []
|