Releases: reportportal/agent-java-karate
Releases · reportportal/agent-java-karate
Release 5.1.2
Changed
- Client version updated on 5.2.15, by @HardNorth
Fixed
- Issue #38: Rerun failed scenarios, by @HardNorth
Release 5.1.1
Fixed
- Issue #32: Handling of calling scenario in the same Feature file, by @HardNorth
Release 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
Release 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
Release 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
Release 5.0.3
Fixed
- Backgrounds finish with
FAILED
status, by @HardNorth
Release 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
Release 5.0.0
Added
- Basic Agent functionality, by @vrymar
Changed
- Refactored and implemented main ReportPortal agent features, by @HardNorth