Skip to content

Commit ece5731

Browse files
chore(deps): update dependency @cucumber/compatibility-kit to v19 (#2597)
* chore(deps): update dependency @cucumber/compatibility-kit to v19 * update cck support code --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Goss <[email protected]>
1 parent d0fa09f commit ece5731

File tree

3 files changed

+5
-39
lines changed

3 files changed

+5
-39
lines changed

compatibility/features/attachments/attachments.ts

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -35,40 +35,6 @@ When(
3535
}
3636
)
3737

38-
When('a JPEG image is attached', async function () {
39-
await this.attach(
40-
fs.createReadStream(
41-
path.join(
42-
process.cwd(),
43-
'node_modules',
44-
'@cucumber',
45-
'compatibility-kit',
46-
'features',
47-
'attachments',
48-
'cucumber.jpeg'
49-
)
50-
),
51-
'image/jpeg'
52-
)
53-
})
54-
55-
When('a PNG image is attached', async function () {
56-
await this.attach(
57-
fs.createReadStream(
58-
path.join(
59-
process.cwd(),
60-
'node_modules',
61-
'@cucumber',
62-
'compatibility-kit',
63-
'features',
64-
'attachments',
65-
'cucumber.png'
66-
)
67-
),
68-
'image/png'
69-
)
70-
})
71-
7238
When('a PDF document is attached and renamed', async function () {
7339
await this.attach(
7440
fs.createReadStream(

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
"yup": "1.6.1"
258258
},
259259
"devDependencies": {
260-
"@cucumber/compatibility-kit": "18.0.3",
260+
"@cucumber/compatibility-kit": "19.0.0",
261261
"@cucumber/pretty-formatter": "^2.0.0",
262262
"@cucumber/query": "13.5.0",
263263
"@eslint/compat": "^1.3.0",

0 commit comments

Comments
 (0)