Releases: reportportal/agent-java-junit5
Releases · reportportal/agent-java-junit5
Release 5.3.4
Added
- Common Stack Trace frames skip in description and logs, by @HardNorth
@Issue
and@Issues
annotations support, by @HardNorth
Changed
- Client version updated on 5.2.20, by @HardNorth
Release 5.3.3
Added
@DisplayName
annotation support, by @nick130589- Last error log reporting into Test Item Description, by @aykhangaffarov
Release 5.3.2
Changed
- Client version updated on 5.2.14, by @HardNorth
- Do not hide test description when test is disabled with reason, by @HardNorth
Release 5.3.1
Added
@Description
annotation support, by @oleksandr-fomenko
Changed
- Client version updated on 5.2.13, by @HardNorth
Removed
- JSR 305 dependency, by @HardNorth
Release 5.3.0
Added
finishTest
method which controls finishing Tests with statuses, to distinguish them from suites and configuration methods, by @HardNorth
Changed
- JUnit 5 dependency marked as
compileOnly
to avoid overriding JUnit 5 API version for users, by @HardNorth - JSR 305 dependency marked as
implementation
to force users specify their own versions, by @HardNorth - Client version updated on 5.2.5, by @HardNorth
Removed
- Setting of Unique ID on Test Step and Configuration start, as redundant action, by @HardNorth
Release 5.2.1
Changed
- Client version updated on 5.2.4, by @HardNorth
Removed
commons-model
dependency to rely onclinet-java
exclusions in security fixes, by @HardNorth
Release 5.2.0
Changed
- Client version updated on 5.2.0, by @HardNorth
- JUnit 5 dependency marked as
implementation
to force users specify their own versions, by @HardNorth
Removed
- Deprecated code, by @HardNorth
Release 5.1.11
Changed
- Client version updated on 5.1.24, by @HardNorth
Release 5.1.10
Changed
- Client version updated on 5.1.22, by @HardNorth
Release 5.1.9
Changed
- Slf4j version updated on version 2.0.4 to support newer versions of Logback with security fixes, by @HardNorth