Skip to content

Releases: reportportal/agent-java-karate

Release 5.1.1

14 Sep 15:40
Compare
Choose a tag to compare

Fixed

  • Issue #32: Handling of calling scenario in the same Feature file, by @HardNorth

Release 5.1.0

13 Sep 13:46
Compare
Choose a tag to compare

Changed

  • Client version updated on 5.2.14, by @HardNorth
  • Called inner Features are now Nested Steps inside base Feature, by @HardNorth
  • Unify Markdown description generation with other agents, by @HardNorth

Release 5.0.5

08 Apr 13:17
Compare
Choose a tag to compare

Changed

Fixed

  • Issue #30 Empty interrupted features in case of scenarios tag skip, by @HardNorth

Release 5.0.4

07 Mar 11:04
Compare
Choose a tag to compare

Removed

  • Shutdown hook register on supplied Launch, by @HardNorth

Added

  • Implemented new feature: display last error log in scenario description, by @vrymar
  • Implemented unit tests for the new feature, by @vrymar

Changed

  • Improved dependencies references in build.gradle, by @vrymar

Release 5.0.3

05 Mar 14:13
Compare
Choose a tag to compare

Fixed

  • Backgrounds finish with FAILED status, by @HardNorth

Release 5.0.2

04 Mar 16:24
Compare
Choose a tag to compare

Changed

  • Karate dependency marked as compileOnly to force users specify their own version of Karate, by @HardNorth
  • Client version updated on 5.2.5, by @HardNorth

Fixed

  • Issue #23 scenarios outside features in parallel execution, by @HardNorth

Release 5.0.0

16 Jan 13:45
Compare
Choose a tag to compare

Added

  • Basic Agent functionality, by @vrymar

Changed

  • Refactored and implemented main ReportPortal agent features, by @HardNorth