Skip to content

Releases: reportportal/agent-java-junit

Release 5.1.0-RC-3

15 Oct 14:21
Compare
Choose a tag to compare

Added

  • ReportPortalListener.buildFinishStepRq(Object, FrameworkMethod, ReflectiveCallable, ItemStatus) method

Release 5.1.0-RC-2

14 Oct 14:36
Compare
Choose a tag to compare

Changed

Fixed

  • ItemTree retrieve by test Description

Release 5.1.0-RC-1

06 Aug 14:20
Compare
Choose a tag to compare

Changed

  • Client version updated on 5.1.0-RC-6
  • Version changed on 5.1.0

Release 5.0.0

02 Feb 09:12
Compare
Choose a tag to compare

Added

Changed

  • JUnit-Foundation updated on 12.5.3
  • Client version updated on 5.0.18
  • Parent Item status evaluation was moved into the client
  • "Not Issue" issue moved into the client

Release 5.0.0-RC-1

20 Nov 16:03
Compare
Choose a tag to compare

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

16 Nov 10:25
Compare
Choose a tag to compare

Fixed

  • A test status when AssumptionViolatedException was thrown. Now it marks as 'SKIPPED' (issue #63)

Release 5.0.0-BETA-16

13 Nov 08:46
Compare
Choose a tag to compare

Added

  • JUnit Categories now handled as RP tags

Fixed

  • Callback reporting feature
  • ExpectedException Rule handling (issue #64)

Changed

  • Client version updated on 5.0.15

Release 5.0.0-BETA-15

10 Nov 13:13
Compare
Choose a tag to compare

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

09 Nov 07:47
Compare
Choose a tag to compare

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

04 Nov 15:38
Compare
Choose a tag to compare

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