Update dependency net.serenity-bdd:serenity-junit to v4 - autoclosed #814
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.8.1
->4.2.13
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-junit)
v4.2.13
Compare Source
v4.2.12
Compare Source
v4.2.11
Compare Source
v4.2.10
Compare Source
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 thenet.serenitybdd.annotations
package, rather than thenet.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
For example:
net.thucydides.core.annotations
(e.g. @Step) innet.serenitybdd.annotations
net.thucydides.core.util.EnvironmentVariables
withnet.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 asEnvironmentVariables
, this will no longer work. In Serenity 4.0.0 or higher, to retrieve the current environment variables, use thenet.serenitybdd.core.di.SerenityInfrastructure
class as shown here: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
orgradle 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
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.
This PR was generated by Mend Renovate. View the repository job log.