Skip to content

Commit

Permalink
update @cucumber/html-formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Aug 19, 2024
1 parent 9558925 commit 7a15aed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Dev
* update @cucumber/html-formatter ([#213](https://github.com/vitalets/playwright-bdd/issues/213))

## 7.2.2
* fix: provide empty world for Playwright-style steps ([#208](https://github.com/vitalets/playwright-bdd/issues/208))
* fix: improve CLI output ([#206](https://github.com/vitalets/playwright-bdd/issues/206))
Expand Down

3 comments on commit 7a15aed

@CalebMacdonaldBlack
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A month or so ago i was digging around in the source code trying to customize the html formatter but couldn't get it working without pulling the code into a seperate project.

I needed to import some functionality but it but wasn't exported or something.

@vitalets Do you know if these changes will make it easier for me to customize that html-formatter/reporter? If so I'll give it another shot

@vitalets
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CalebMacdonaldBlack Yes, it should.
Please have a look on discussions mentioned in #213 and contact @davidjgoss for more details.
There is also new Cucumber discord channel, where you can ask on that https://discord.com/channels/1260995505018765393/1260995505530601594

@davidjgoss
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @vitalets!

Feel free to open an issue on https://github.com/cucumber/html-formatter for feature requests and for developer experience stuff.

Please sign in to comment.