cucumber-compatibility-kit 29.0.0 → 29.1.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/ambiguous/ambiguous.feature +1 -1
- data/features/ambiguous/ambiguous.ndjson +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a7cbb751f221fdacdf6826ca51bd271f4288981207b8c63b590b4cf3567215b3
|
|
4
|
+
data.tar.gz: b34c79b7c152049fee11895618a8731cdab8c803c8e5beaeb9a474d4fdf84878
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbf62fbc123ae6a6e27de73a53163aadc4dda5c35877263813872d19fc35c3630cb68cd0ca10c7cca511e23f25450c1c422977c59841c2786c0cc426747ad0c5
|
|
7
|
+
data.tar.gz: 741d4bc0879420c519b56637d33cef4fda63481ccac4b3ec4fab94e0339ac226de16ec71a0a2ebcc73554048c61e1b6e2cc584e3ac3f806035057b7caab62987
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Feature: Ambiguous steps
|
|
2
|
-
Multiple step definitions that match a pickle step result in an AMBIGUOUS status, since
|
|
2
|
+
Multiple step definitions that match a pickle step result in an AMBIGUOUS status, since Cucumber cannot determine
|
|
3
3
|
which one to execute.
|
|
4
4
|
|
|
5
5
|
Scenario: Multiple step definitions for a step
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{"meta":{"protocolVersion":"31.1.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: Ambiguous steps\n Multiple step definitions that match a pickle step result in an AMBIGUOUS status, since
|
|
3
|
-
{"gherkinDocument":{"feature":{"tags":[],"location":{"line":1,"column":1},"language":"en","keyword":"Feature","name":"Ambiguous steps","description":" Multiple step definitions that match a pickle step result in an AMBIGUOUS status, since
|
|
2
|
+
{"source":{"data":"Feature: Ambiguous steps\n Multiple step definitions that match a pickle step result in an AMBIGUOUS status, since Cucumber cannot determine\n which one to execute.\n\n Scenario: Multiple step definitions for a step\n Given a step with multiple definitions\n","uri":"samples/ambiguous/ambiguous.feature","mediaType":"text/x.cucumber.gherkin+plain"}}
|
|
3
|
+
{"gherkinDocument":{"feature":{"tags":[],"location":{"line":1,"column":1},"language":"en","keyword":"Feature","name":"Ambiguous steps","description":" Multiple step definitions that match a pickle step result in an AMBIGUOUS status, since Cucumber cannot determine\n which one to execute.","children":[{"scenario":{"id":"1","tags":[],"location":{"line":5,"column":3},"keyword":"Scenario","name":"Multiple step definitions for a step","description":"","steps":[{"id":"0","location":{"line":6,"column":5},"keyword":"Given ","keywordType":"Context","text":"a step with multiple definitions"}],"examples":[]}}]},"comments":[],"uri":"samples/ambiguous/ambiguous.feature"}}
|
|
4
4
|
{"pickle":{"id":"3","uri":"samples/ambiguous/ambiguous.feature","location":{"line":5,"column":3},"astNodeIds":["1"],"tags":[],"name":"Multiple step definitions for a step","language":"en","steps":[{"id":"2","text":"a step with multiple definitions","type":"Context","astNodeIds":["0"]}]}}
|
|
5
5
|
{"stepDefinition":{"id":"4","pattern":{"type":"REGULAR_EXPRESSION","source":"^a (.*?) with (.*?)$"},"sourceReference":{"uri":"samples/ambiguous/ambiguous.ts","location":{"line":3}}}}
|
|
6
6
|
{"stepDefinition":{"id":"5","pattern":{"type":"REGULAR_EXPRESSION","source":"^a step with (.*?)$"},"sourceReference":{"uri":"samples/ambiguous/ambiguous.ts","location":{"line":7}}}}
|
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: 29.
|
|
4
|
+
version: 29.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aurélien Reeves
|
|
@@ -208,5 +208,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
208
208
|
requirements: []
|
|
209
209
|
rubygems_version: 3.6.9
|
|
210
210
|
specification_version: 4
|
|
211
|
-
summary: cucumber-compatibility-kit-29.
|
|
211
|
+
summary: cucumber-compatibility-kit-29.1.0
|
|
212
212
|
test_files: []
|