Skip to content

Commit 12f6bac

Browse files
authored
upgrade html-formatter for attachment improvements (#2300)
1 parent aea9e8b commit 12f6bac

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber
1010
## [Unreleased]
1111
### Added
1212
- Support attachments with filenames ([#2297](https://github.com/cucumber/cucumber-js/pull/2297))
13+
- Support downloading attachments from HTML report ([#2300](https://github.com/cucumber/cucumber-js/pull/2300))
1314

1415
## [9.2.0] - 2023-06-22
1516
### Added

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
@@ -212,7 +212,7 @@
212212
"@cucumber/gherkin": "26.2.0",
213213
"@cucumber/gherkin-streams": "5.0.1",
214214
"@cucumber/gherkin-utils": "8.0.2",
215-
"@cucumber/html-formatter": "20.3.0",
215+
"@cucumber/html-formatter": "20.4.0",
216216
"@cucumber/message-streams": "4.0.1",
217217
"@cucumber/messages": "22.0.0",
218218
"@cucumber/tag-expressions": "5.0.1",

0 commit comments

Comments
 (0)