Skip to content

Commit f3bbad7

Browse files
chore(deps): update dependency @cucumber/compatibility-kit to v16 (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: M.P. Korstanje <[email protected]>
1 parent 3db18e0 commit f3bbad7

19 files changed

+148
-156
lines changed

testdata/attachments.feature.ndjson

Lines changed: 90 additions & 103 deletions
Large diffs are not rendered by default.

testdata/attachments.feature.xml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,58 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<testsuite name="Cucumber" time="0.061" tests="10" skipped="0" failures="0" errors="0">
3-
<testcase classname="Attachments" name="Strings can be attached with a media type" time="0.005">
2+
<testsuite name="Cucumber" time="0.045" tests="11" skipped="0" failures="0" errors="0">
3+
<testcase classname="Attachments" name="Strings can be attached with a media type" time="0.003">
44
<system-out><![CDATA[
55
When the string "hello" is attached as "application/octet-stream"...........passed
66
]]></system-out>
77
</testcase>
8-
<testcase classname="Attachments" name="Log text" time="0.005">
8+
<testcase classname="Attachments" name="Log text" time="0.003">
99
<system-out><![CDATA[
1010
When the string "hello" is logged...........................................passed
1111
]]></system-out>
1212
</testcase>
13-
<testcase classname="Attachments" name="Log ANSI coloured text" time="0.005">
13+
<testcase classname="Attachments" name="Log ANSI coloured text" time="0.003">
1414
<system-out><![CDATA[
1515
When text with ANSI escapes is logged.......................................passed
1616
]]></system-out>
1717
</testcase>
18-
<testcase classname="Attachments" name="Log JSON" time="0.005">
18+
<testcase classname="Attachments" name="Log JSON" time="0.003">
1919
<system-out><![CDATA[
2020
When the following string is attached as "application/json":................passed
2121
]]></system-out>
2222
</testcase>
23-
<testcase classname="Attachments" name="Byte arrays are base64-encoded regardless of media type" time="0.005">
23+
<testcase classname="Attachments" name="Byte arrays are base64-encoded regardless of media type" time="0.003">
2424
<system-out><![CDATA[
2525
When an array with 10 bytes is attached as "text/plain".....................passed
2626
]]></system-out>
2727
</testcase>
28-
<testcase classname="Attachments" name="Attaching JPEG images" time="0.005">
28+
<testcase classname="Attachments" name="Attaching JPEG images" time="0.003">
2929
<system-out><![CDATA[
3030
When a JPEG image is attached...............................................passed
3131
]]></system-out>
3232
</testcase>
33-
<testcase classname="Attachments" name="Attaching PNG images" time="0.005">
33+
<testcase classname="Attachments" name="Attaching PNG images" time="0.003">
3434
<system-out><![CDATA[
3535
When a PNG image is attached................................................passed
3636
]]></system-out>
3737
</testcase>
38-
<testcase classname="Attachments" name="Attaching images in an examples table - #1.1" time="0.005">
38+
<testcase classname="Attachments" name="Attaching images in an examples table - #1.1" time="0.003">
3939
<system-out><![CDATA[
4040
When a JPEG image is attached...............................................passed
4141
]]></system-out>
4242
</testcase>
43-
<testcase classname="Attachments" name="Attaching images in an examples table - #1.2" time="0.005">
43+
<testcase classname="Attachments" name="Attaching images in an examples table - #1.2" time="0.003">
4444
<system-out><![CDATA[
4545
When a PNG image is attached................................................passed
4646
]]></system-out>
4747
</testcase>
48-
<testcase classname="Attachments" name="Attaching PDFs with a different filename" time="0.005">
48+
<testcase classname="Attachments" name="Attaching PDFs with a different filename" time="0.003">
4949
<system-out><![CDATA[
5050
When a PDF document is attached and renamed.................................passed
5151
]]></system-out>
5252
</testcase>
53+
<testcase classname="Attachments" name="Attaching URIs" time="0.003">
54+
<system-out><![CDATA[
55+
When a link to "https://cucumber.io" is attached............................passed
56+
]]></system-out>
57+
</testcase>
5358
</testsuite>

testdata/cdata.feature.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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":"16.4.0"},"os":{"name":"darwin","version":"23.0.0"},"protocolVersion":"22.0.0","runtime":{"name":"node.js","version":"20.8.0"}}}
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":"16.5.0"},"os":{"name":"darwin","version":"23.5.0"},"protocolVersion":"25.0.1","runtime":{"name":"node.js","version":"21.7.1"}}}
22
{"source":{"data":"Feature: cdata\n Cucumber xml formatters should be able to handle xml cdata elements\n\n Scenario: cdata\n Given I have 42 <![CDATA[cukes]]> in my belly\n","mediaType":"text/x.cucumber.gherkin+plain","uri":"samples/cdata/cdata.feature"}}
33
{"gherkinDocument":{"comments":[],"feature":{"children":[{"scenario":{"description":"","examples":[],"id":"2","keyword":"Scenario","location":{"column":3,"line":4},"name":"cdata","steps":[{"id":"1","keyword":"Given ","keywordType":"Context","location":{"column":5,"line":5},"text":"I have 42 <![CDATA[cukes]]> in my belly"}],"tags":[]}}],"description":" Cucumber xml formatters should be able to handle xml cdata elements","keyword":"Feature","language":"en","location":{"column":1,"line":1},"name":"cdata","tags":[]},"uri":"samples/cdata/cdata.feature"}}
44
{"pickle":{"astNodeIds":["2"],"id":"4","language":"en","name":"cdata","steps":[{"astNodeIds":["1"],"id":"3","text":"I have 42 <![CDATA[cukes]]> in my belly","type":"Context"}],"tags":[],"uri":"samples/cdata/cdata.feature"}}

testdata/data-tables.feature.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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":"16.4.0"},"os":{"name":"darwin","version":"23.0.0"},"protocolVersion":"22.0.0","runtime":{"name":"node.js","version":"20.8.0"}}}
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":"16.5.0"},"os":{"name":"darwin","version":"23.5.0"},"protocolVersion":"25.0.1","runtime":{"name":"node.js","version":"21.7.1"}}}
22
{"source":{"data":"Feature: Data Tables\n Data Tables can be placed underneath a step and will be passed as the last\n argument to the step definition.\n\n They can be used to represent richer data structures, and can be transformed to other data-types.\n\n Scenario: transposed table\n When the following table is transposed:\n | a | b |\n | 1 | 2 |\n Then it should be:\n | a | 1 |\n | b | 2 |\n","mediaType":"text/x.cucumber.gherkin+plain","uri":"samples/data-tables/data-tables.feature"}}
33
{"gherkinDocument":{"comments":[],"feature":{"children":[{"scenario":{"description":"","examples":[],"id":"8","keyword":"Scenario","location":{"column":3,"line":7},"name":"transposed table","steps":[{"dataTable":{"location":{"column":7,"line":9},"rows":[{"cells":[{"location":{"column":9,"line":9},"value":"a"},{"location":{"column":13,"line":9},"value":"b"}],"id":"2","location":{"column":7,"line":9}},{"cells":[{"location":{"column":9,"line":10},"value":"1"},{"location":{"column":13,"line":10},"value":"2"}],"id":"3","location":{"column":7,"line":10}}]},"id":"4","keyword":"When ","keywordType":"Action","location":{"column":5,"line":8},"text":"the following table is transposed:"},{"dataTable":{"location":{"column":7,"line":12},"rows":[{"cells":[{"location":{"column":9,"line":12},"value":"a"},{"location":{"column":13,"line":12},"value":"1"}],"id":"5","location":{"column":7,"line":12}},{"cells":[{"location":{"column":9,"line":13},"value":"b"},{"location":{"column":13,"line":13},"value":"2"}],"id":"6","location":{"column":7,"line":13}}]},"id":"7","keyword":"Then ","keywordType":"Outcome","location":{"column":5,"line":11},"text":"it should be:"}],"tags":[]}}],"description":" Data Tables can be placed underneath a step and will be passed as the last\n argument to the step definition.\n\n They can be used to represent richer data structures, and can be transformed to other data-types.","keyword":"Feature","language":"en","location":{"column":1,"line":1},"name":"Data Tables","tags":[]},"uri":"samples/data-tables/data-tables.feature"}}
44
{"pickle":{"astNodeIds":["8"],"id":"11","language":"en","name":"transposed table","steps":[{"argument":{"dataTable":{"rows":[{"cells":[{"value":"a"},{"value":"b"}]},{"cells":[{"value":"1"},{"value":"2"}]}]}},"astNodeIds":["4"],"id":"9","text":"the following table is transposed:","type":"Action"},{"argument":{"dataTable":{"rows":[{"cells":[{"value":"a"},{"value":"1"}]},{"cells":[{"value":"b"},{"value":"2"}]}]}},"astNodeIds":["7"],"id":"10","text":"it should be:","type":"Outcome"}],"tags":[],"uri":"samples/data-tables/data-tables.feature"}}

0 commit comments

Comments
 (0)