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 dependency net.serenity-bdd:serenity-cucumber to v4 #773

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.serenity-bdd:serenity-cucumber (source) 1.9.51 -> 4.2.9 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

serenity-bdd/serenity-core (net.serenity-bdd:serenity-cucumber)

v4.2.9

Compare Source

v4.2.8

Compare Source

v4.2.7

Compare Source

v4.2.6

Compare Source

v4.2.5

Compare Source

v4.2.4

Compare Source

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.20

Compare Source

v4.1.17

Compare Source

v4.1.15

Compare Source

v4.1.14

Compare Source

v4.1.13

Compare Source

v4.1.12

Compare Source

v4.1.11

Compare Source

v4.1.10

Compare Source

v4.1.9

Compare Source

v4.1.8

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.0

Compare Source

v4.0.48

Compare Source

v4.0.46

Compare Source

v4.0.45

Compare Source

v4.0.44

Compare Source

v4.0.43

Compare Source

v4.0.40

Compare Source

v4.0.36

Compare Source

v4.0.31

Compare Source

v4.0.30

Compare Source

v4.0.29

Compare Source

v4.0.28

Compare Source

v4.0.27

Compare Source

v4.0.26

Compare Source

v4.0.25

Compare Source

v4.0.24

Compare Source

v4.0.22

Compare Source

v4.0.21

Compare Source

v4.0.19

Compare Source

v4.0.18

Compare Source

v4.0.16

Compare Source

v4.0.15

Compare Source

v4.0.14

Compare Source

v4.0.12

Compare Source

v4.0.11

Compare Source

v4.0.8

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

Serenity 4 Release Notes

Serenity 4.0.1 is a major upgrade. The most significant change is updating the library to support Java 11, in line with other popular testing libraries such as Selenium and Mockito. However, the migration to Java 11 requires changes in the module structure, which requires some breaking changes to the package structure.

These release notes will explain how to update your project to work with Serenity BDD 4.x.

The biggest change is the main Serenity annotations, such as @Step, which are now in the net.serenitybdd.annotations package, rather than the net.thucydides.core.annotations package as was previously the case.

If you are using Serenity internal classes, some of these may have moved as well.

The following table indicates the main changes:

Package changes

Module Old packages New Packages
serenity-screenplay-webdriver net.serenity.screenplay.* net.serenity.screenplay.webdriver.*
net.serenitybdd.screenplay.webtest.actions.* net.serenitybdd.screenplay.webdriver.actions.*
serenity-model net.serenitybdd.core.* net.serenitybdd.model.*
net.thucydides.core.annotations.* net.serenitybdd.annotations.*
Other net.thucydides.core.* net.thucydides.model.*

For example:

  • Replace any annotations previously in net.thucydides.core.annotations (e.g. @​Step) in net.serenitybdd.annotations
  • Replace net.thucydides.core.util.EnvironmentVariables with net.thucydides.model.util.EnvironmentVariables

This release also includes support for Selenium 4.11.0, a number of bug fixes, and improved support of reporting step durations for parallel tests.

Guice is no longer used

Serenity stopped using Guice in version 3.9.8. This has no impact on most test scripts, but if you are using internal classes such as net.thucydides.core.guice.Injectors classes to retrieve objects such as EnvironmentVariables, this will no longer work. In Serenity 4.0.0 or higher, to retrieve the current environment variables, use the net.serenitybdd.core.di.SerenityInfrastructure class as shown here:

EnvironmentVariables environmentVariables = SerenityInfrastructure.getEnvironmentVariables();

Report Generation Changes

In Serenity 4.0.x, test execution generates JSON test output files, but not HTML files. To generate the full HTML reports, invoke the aggregate task, e.g. mvn aggregate or gradle aggregate.

v4.0.0

Compare Source

v3.9.8

Compare Source

v3.9.7

Compare Source

v3.9.4

Compare Source

v3.9.3

Compare Source

v3.9.2

Compare Source

v3.9.1

Compare Source

v3.9.0

Compare Source

v3.8.1

Compare Source

v3.7.1

Compare Source

v3.7.0

Compare Source

v3.6.23

Compare Source

v3.6.22

Compare Source

v3.6.21

Compare Source

v3.6.20

Compare Source

v3.6.17

Compare Source

v3.6.16

Compare Source

v3.6.15

Compare Source

v3.6.12

Compare Source

v3.6.9

Compare Source

v3.6.7

Compare Source

parallel test execution in both Cucumber and JUnit 5

v3.6.6

Compare Source

v3.6.0

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.3

Compare Source

v3.4.2

Compare Source

v3.4.1

Compare Source

v3.4.0

Compare Source

v3.3.10

Compare Source

v3.3.9

Compare Source

v3.3.8

Compare Source

v3.3.7

Compare Source

v3.3.6

Compare Source

v3.3.5

Compare Source

v3.3.4

Compare Source

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

v3.2.5

Compare Source

v3.2.4

Compare Source

v3.2.3

Compare Source

v3.2.2

Compare Source

v3.2.1

Compare Source

v3.2.0

Compare Source

Serenity 3.2.0 contains a number of bug fixes and enhancements, including:

  • Improved performance in report generation
  • Updated the Page Elements API (https://serenity-bdd.github.io/documentation/docs/guide/page_elements)
  • Improved requirements reporting to include more comprehensive requirements tables and better support for deep requirements hierarchies
  • Collections of elements retrieved with findAll() methods and then processed (e.g. findAll(".myelements").texts()) will now automatically requery if a stale element exception occurs. You can disable this behaviour by setting the webdriver.retry.on.stable.element.exception property to false.
  • Improved Playwright/Screenplay integration
  • Support for @​singlebrowser annotation in Cucumber scenarios
  • Bug fixes include:

v3.1.20

Compare Source

Minor update including some bug fixes, performance improvements, enhanced Playwright support, and support for Selenium 4.1.2

v3.1.18

Compare Source

v3.1.17

Compare Source

v3.1.16

Compare Source

v3.1.15

Compare Source

This release includes support for Selenium 4.1.1 and Cucumber 7, as well as various bug fixes.
We have also introduced beta support for Playwright using Screenplay.

v3.1.13

Compare Source

v3.1.11

Compare Source

v3.1.10

Compare Source

v3.1.5

Compare Source

v3.1.4

Compare Source

v3.1.3

Compare Source

v3.1.2

Compare Source

v3.0.5

Compare Source

v3.0.4

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1


Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 3, 2023
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch 2 times, most recently from 949d4c5 to 8252e66 Compare November 10, 2023 16:36
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch 4 times, most recently from 7fb3b16 to 2ade9d3 Compare December 1, 2023 11:00
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch 2 times, most recently from 6367194 to 6c7ed33 Compare December 3, 2023 21:16
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch from 6c7ed33 to c1b746f Compare December 14, 2023 18:39
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch from c1b746f to 0db14a7 Compare December 22, 2023 14:02
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch 4 times, most recently from de06b12 to 700afff Compare January 11, 2024 16:40
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch 3 times, most recently from 3b5128a to 6d7911e Compare January 28, 2024 23:53
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch 2 times, most recently from 8691919 to 5f6aef8 Compare February 5, 2024 22:24
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch from 5f6aef8 to 52a7e41 Compare February 13, 2024 11:32
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch from 52a7e41 to b41d3c1 Compare February 22, 2024 18:14
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch from b41d3c1 to af8043c Compare March 18, 2024 12:24
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch from af8043c to da10639 Compare April 3, 2024 13:07
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch 2 times, most recently from 3647bfb to d4eff2c Compare April 21, 2024 20:07
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch from d4eff2c to c13a4d1 Compare April 24, 2024 09:57
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch 2 times, most recently from b8e1fd7 to 0354176 Compare May 12, 2024 15:21
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch from 0354176 to eae1f1d Compare May 20, 2024 02:57
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch from eae1f1d to b5fa981 Compare May 22, 2024 13:23
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch 3 times, most recently from f366ea0 to b42cd5d Compare June 9, 2024 10:28
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch from b42cd5d to f2efda1 Compare August 17, 2024 19:38
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch from f2efda1 to 6d9910a Compare September 12, 2024 10:10
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch from 6d9910a to 83e9b0e Compare September 25, 2024 20:09
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch 2 times, most recently from 7b72ba3 to 8778f32 Compare October 19, 2024 19:54
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch 2 times, most recently from 0527643 to 8c06cce Compare November 9, 2024 00:49
@renovate renovate bot force-pushed the renovate/major-versions.serenitycucumber branch from 8c06cce to 849eb8c Compare November 19, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants