Releases: reportportal/agent-Python-RobotFramework
Releases · reportportal/agent-Python-RobotFramework
Release 5.6.0
Changed
- Client version updated on 5.6.0, by @HardNorth
- Test end message now posts to the Test description, by @HardNorth
- Keywords names now contain Keyword types, by @HardNorth
Added
- Support for
Python 3.13
, by @HardNorth RP_REMOVE_KEYWORDS
configuration variable, by @HardNorth--remove-keywords
argument support, by @HardNorth
Removed
Python 3.7
support, by @HardNorth
Release 5.5.8
Added
- Issue #191: Add seamless screenshot logging for Selenium and Browser libraries, by @HardNorth
NOTE: This is the last client version which supports Python 3.7
Release 5.5.7
Added
Test Case ID
reporting on Item Finish, by @HardNorth
Changed
- Client version updated on 5.5.8, by @HardNorth
Release 5.5.6
Added
timezone
command line argument forpost_report.py
script, by @HardNorth
Release 5.5.5
Added
- Issue #192: Robot link markup to Markdown conversion, by @HardNorth
Release 5.5.4
Release 5.5.3
Added
- Issue #178 Metadata attributes handling, by @HardNorth
Changed
- Client version updated on 5.5.6, by @HardNorth
Removed
model.pyi
,static.pyi
stub files, as we don't really need them anymore, by @HardNorth
Release 5.5.2
Added
- Binary data escaping in
listener
module (enhancingGet Binary File
keyword logging), by @HardNorth
Changed
- Client version updated on 5.5.5, by @HardNorth
Release 5.5.1
Changed
- Unified ReportPortal product spelling, by @HardNorth
- Client version updated on 5.5.4, by @HardNorth
Fixed
- Issue #181
RP_LAUNCH_UUID
variable passing to new Client, by @HardNorth
Release 5.5.0
Added
RP_CLIENT_TYPE
configuration variable, by @HardNorthRP_CONNECT_TIMEOUT
andRP_READ_TIMEOUT
configuration variables, by @HardNorth
Changed
- Client version updated on 5.5.1, by @HardNorth
Removed
- Dependency on
six
, by @HardNorth