Skip to content

Latest commit

 

History

History
77 lines (64 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

77 lines (64 loc) · 2.63 KB

Changelog

[Unreleased]

[5.1.2]

Changed

  • Client version updated on 5.2.15, by @HardNorth

Fixed

  • Issue #38: Rerun failed scenarios, by @HardNorth

[5.1.1]

Fixed

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

[5.1.0]

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

[5.0.5]

Changed

  • Client version updated on 5.2.13, by @HardNorth

Fixed

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

[5.0.4]

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

[5.0.3]

Fixed

  • Backgrounds finish with FAILED status, by @HardNorth

[5.0.2]

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

[5.0.1]

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

[5.0.0]

Added

  • Basic Agent functionality, by @vrymar

Changed

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

[1.0.6]

Changed

  • Refactored and cleaned up code

Removed

  • lombok dependency

Fixed

  • Parallel executions

[1.0.5]

Added

  • Nested steps
  • GitHub workflows integration

Changed

  • Upgraded versions: Junit, agent-java, Mockito
  • Moved project to Gradle

Fixed

  • Steps order