Skip to content

Releases: reportportal/client-java

Release 5.0.11

11 Sep 12:59
Compare
Choose a tag to compare

Added

  • Additional ParameterUtils methods to use inside Cucumber agents

Changed

  • Manual Nested Step failure now also fails all the ancestors, not only the nearest one
  • ReportPortal does not throw any exceptions if 'reportportal.properties' not found

Release 5.0.7

21 Aug 14:20
Compare
Choose a tag to compare

Added

  • StepAspect.setParentId and StepAspect.removeParentId now handled inside LaunchImpl class

Release 5.0.6

19 Aug 14:33
Compare
Choose a tag to compare

Added

  • Utilities
    • More Test Case ID methods
    • CodeRef generation method
  • A proxy parameter handling: rp.http.proxy=http://localhost:8981

Fixed

  • Issue #117 multithreaded reporting of nested steps

Release 5.0.2

07 Aug 15:26
Compare
Choose a tag to compare

Added

  • AnalyticsService class to publish Google Analytics events
  • LaunchImpl now publish Analytics Events
  • ParameterUtils class which will be responsible for ParameterResource lists generation based on methods/constructors

Changed

  • NotNull annotations replaced with @Nonnull