Releases: reportportal/agent-java-junit
Releases · reportportal/agent-java-junit
Release 5.1.0-RC-3
Added
ReportPortalListener.buildFinishStepRq(Object, FrameworkMethod, ReflectiveCallable, ItemStatus)
method
Release 5.1.0-RC-2
Release 5.1.0-RC-1
Changed
- Client version updated on 5.1.0-RC-6
- Version changed on 5.1.0
Release 5.0.0
Added
- JUnit Theories support (special thanks to Scott Babcock and JUnit Foundation)
- Powermock support (special thanks to Scott Babcock and JUnit Foundation)
Changed
Release 5.0.0-RC-1
Added
- Manual Step Reporting feature
Fixed
- A test status switch from PASSED to FAILED in case of an
@After
method failed - A test status when AssumptionViolatedException was thrown in
@Before
method
Known issues
- JUnit Theories feature is not functioning due to upstream library exception failures:
JUnit-Foundation #78 - PowerMock library is not supported due to upstream library incompatibility (issue #66).
Upstream library issue: JUnit-Foundation #77
Release 5.0.0-BETA-17
Fixed
- A test status when AssumptionViolatedException was thrown. Now it marks as 'SKIPPED' (issue #63)
Release 5.0.0-BETA-16
Release 5.0.0-BETA-15
Added
- Handling of standard and JUnitParams parameters without
ArtifactParams
interface
Fixed
- parameterized Test Case ID generation for standard parameters (
@ParameterKey
annotation handling) - 'retrieveLeaf' and 'stopRunner' methods do not start new launch in case of empty suites / tests
- 'stopLaunch' method does not start new launch in case of there was no any tests passed
Changed
- Client version updated on 5.0.14
- Class type item level was changed from 'SUITE' to 'TEST'
Release 5.0.0-BETA-14
Added
- A skipped test method reporting in case of a
@Before
method failed
Fixed
- A null-pointer exception on
@Before
methods
Changed
- ParallelRunningHandler class was deleted due to redundancy, all its logic moved to ReportPortalListener class
Release 5.0.0-BETA-13
Added
- A test retry feature which is based on corresponding JunitFoundation's
feature. @Ignore
annotation support
Changed
- JunitFoundation version was updated on 12.3.0