Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cucumber.version to v7.4.0 #147

Merged
merged 3 commits into from
Jun 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,30 @@

### Added

* [DataBind] Added streamLoader support to load data files using Thread Resource
Stream ([#139](https://github.com/selcukes/selcukes-java/pull/139))
* [Core] Added support to handle Exceptions on the test
failures ([#139](https://github.com/selcukes/selcukes-java/pull/139))
* [Core] Added `Pages` class to quick start testing using `Pages.webPage()`, `Pages.winPage()`
, `Pages.mobilePage()` ([#139](https://github.com/selcukes/selcukes-java/pull/139))
* [Core] Added `ApiPage` class to perform API testing
using `Pages.apiPage()` ([#141](https://github.com/selcukes/selcukes-java/pull/141))
* [Core] Added TestLifecycle testng listeners for better instance
management ([#145](https://github.com/selcukes/selcukes-java/pull/145))

### Changed

* Update dependency cucumber.version to v7.4.0([#138](https://github.com/selcukes/selcukes-java/pull/147))

### Removed

* [WebDriver Binaries] Removed `org.jsoup` ([#142](https://github.com/selcukes/selcukes-java/pull/142)) in favour of XML
Mapper ([#144](https://github.com/selcukes/selcukes-java/pull/144))

### Fixed

* [Core] Selcukes test properties thread safety

## [2.1.1]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<inceptionYear>2019</inceptionYear>

<properties>
<cucumber.version>7.3.4</cucumber.version>
<cucumber.version>7.4.0</cucumber.version>
<selenium.version>4.2.2</selenium.version>
<appium.version>8.1.1</appium.version>
<testng.version>7.6.0</testng.version>
Expand Down
2 changes: 1 addition & 1 deletion selcukes-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>selcukes-junit</artifactId>
<properties>
<junit.jupiter.version>5.8.2</junit.jupiter.version>
<cucumber.version>7.3.4</cucumber.version>
<cucumber.version>7.4.0</cucumber.version>
<junit-platform-suite.version>1.8.2</junit-platform-suite.version>
</properties>
<dependencies>
Expand Down