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

Implemented new feature: display last error log in scenario description #24

Merged
merged 7 commits into from
Mar 6, 2024

Conversation

vrymar
Copy link
Collaborator

@vrymar vrymar commented Mar 4, 2024

  • Implemented new feature: display last error log in scenario description
  • Implemented unit tests for the new feature
  • Improved dependencies references in build.gradle

Implemented unit tests for the new feature
Improved dependencies references in build.gradle
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 95.65217% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 89.71%. Comparing base (b9fab3a) to head (129ef24).

Files Patch % Lines
...om/epam/reportportal/karate/ReportPortalUtils.java 94.73% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop      #24      +/-   ##
=============================================
+ Coverage      89.10%   89.71%   +0.60%     
- Complexity       128      131       +3     
=============================================
  Files              4        4              
  Lines            413      418       +5     
  Branches          37       35       -2     
=============================================
+ Hits             368      375       +7     
  Misses            26       26              
+ Partials          19       17       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

…log-to-scenario-description

# Conflicts:
#	build.gradle
…log-to-scenario-description

# Conflicts:
#	src/main/java/com/epam/reportportal/karate/ReportPortalHook.java
@vrymar
Copy link
Collaborator Author

vrymar commented Mar 5, 2024

@HardNorth could you please review this PR?

@HardNorth
Copy link
Member

@vrymar Sure, will do this tomorrow.

Copy link
Member

@HardNorth HardNorth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good! Thanks for the work, just a few minor issues.

CHANGELOG.md Outdated
@@ -4,6 +4,13 @@
### Removed
- Shutdown hook register on supplied Launch, by @HardNorth

## [5.0.4]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't add version tag, it is added automatically.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I put it under [Unreleased] ?
E.g.:

[Unreleased]

Added

  • Implemented new feature: display last error log in scenario description, by @vrymar
  • Implemented unit tests for the new feature, by @vrymar

Changed

  • Improved dependencies references in build.gradle, by @vrymar

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vrymar Yes, exactly.

CHANGELOG.md Outdated
Comment on lines 4 to 5
### Removed
- Shutdown hook register on supplied Launch, by @HardNorth
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't revert my changes.

@HardNorth HardNorth merged commit 15c457a into develop Mar 6, 2024
@HardNorth HardNorth deleted the append-last-error-log-to-scenario-description branch March 6, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants