-
Notifications
You must be signed in to change notification settings - Fork 18
Add Serenity 4 Support #170
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
Conversation
README.md
Outdated
@@ -3,7 +3,8 @@ | |||
Serenity integration with Report Portal | |||
======================================= | |||
|
|||
Module allows to report Serenity powered tests to [reportportal.io](http://reportportal.io) server. Adds additional reporting to Serenity based test automation frameworks. | |||
he module allows reporting Serenity-powered tests to [reportportal.io](http://reportportal.io) server and adds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The, not "he"
@@ -37,34 +37,45 @@ | |||
<properties> | |||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | |||
<serenity.version>4.0.8</serenity.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: It might be beneficial to move report portal related libraries versions here as well.
README.md
Outdated
1.3.0 | Minor version updated due to log units approach rework | ||
1.4.0 - 1.4.3 | Minor version update: removed tree handler, refactored to support DDT for BDD | ||
1.5.0+ | Minor version update due RP v5 release | ||
4.0.0+ | Major version update due Serenity 4 release. Report Portal is updated to 5.8 as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be 1.6.0
67dcecd
to
dc83244
Compare
Upgrade dependencies and make related changes to provide Serenity 4 support.
Note: Java 11 is required.