This repository was archived by the owner on Jun 17, 2025. It is now read-only.
Releases: reportportal/agent-java-cucumber
Releases · reportportal/agent-java-cucumber
Release 5.0.0
Changed
- Many static methods from Util class were moved to AbstractReporter class and made protected to ease extension
Known issues
- Null-pointer exception on annotation-based nested steps in case of null child field in step templates. E.G.:
If
@Step("Upload new document in program {body.programId}_{body.workflowNumber}") public static Response uploadDocument(DocumentRequest body, File file, OAuth2Filter auth) {}
programIdorworkflowNumberare nulls, you will get aNullPointerException
Workaround: Add an exclusion on a dependency calledclient-javaand use newer one, at least version5.0.12
Release 5.0.0-RC-1
Added
- Callback reporting
Changed
- Test step parameters handling
- Mime type processing for data embedding was improved
Fixed
- Manually-reported nested steps now correctly fail all parents
Removed
- Scenario Outline iteration number in item names, to not break re-runs
Release 5.0.0-BETA-13
Fixed
- A bug when ambiguous item causes a Null Pointer Exception
- Incorrect item type settings
Added
- Nested steps support
Release 5.0.0-BETA-12
Added
- multi-thread execution support
- Test Case ID support
Fixed
- codeRef reporting was added for every item in an item tree