Releases: reportportal/agent-Python-RobotFramework
Releases · reportportal/agent-Python-RobotFramework
Release 5.5.8
Added
- Issue #191: Add seamless screenshot logging for Selenium and Browser libraries, by @HardNorth
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
Release 5.4.0
Added
RP_LAUNCH_UUID_PRINT
andRP_LAUNCH_UUID_PRINT_OUTPUT
configuration variables, by @HardNorth
Changed
- Internal item list was replaced with LifoQueue, by @HardNorth
- Client version updated on 5.4.0, by @HardNorth
service.RobotService.init_service
method now acceptsvariables.Variables
object as single argument instead of many of them, which were just copy-paste, by @HardNorth
Removed
- Python 2.7, 3.6 support, by @HardNorth