Skip to content

Commit

Permalink
EPMRPP-89106 || Add cucumber 10 support (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliakseiLiasnitski authored Jan 30, 2024
1 parent a6f75e0 commit afcd28d
Show file tree
Hide file tree
Showing 4 changed files with 618 additions and 124 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

### Added
- Add `@cucumber/cucumber` version 10 support. Addressed [155](https://github.com/reportportal/agent-js-cucumber/issues/155).
### Changed
- **Breaking change** Drop support of Node.js 10. The version [5.2.3](https://github.com/reportportal/agent-js-cucumber/releases/tag/v5.2.3) is the latest that supports it.
- `@reportportal/client-javascript` bumped to version `5.1.0`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Agent to integrate CucumberJS with ReportPortal.
* More about [CucumberJS](https://cucumber.io/docs/installation/javascript/)
* More about [ReportPortal](http://reportportal.io/)

This agent works well with cucumber versions from 7.x to 9.x.
This agent works well with cucumber versions from 7.x to 10.x.
Documentation for legacy cucumber versions from 4.x to 6.x can be found [here](/modules/api/deprecated/README.md)

## Install agent to your project dir
Expand Down
Loading

0 comments on commit afcd28d

Please sign in to comment.