Releases: reportportal/agent-python-pytest
Releases · reportportal/agent-python-pytest
Release 5.4.7
Added
- Issue #382: Escaping of binary symbol '\0' in parameters, by @HardNorth
Release 5.4.6
Added
- Support for
Python 3.13
, by @HardNorth - Support for
name
Pytest marker, by @HardNorth rp_hierarchy_test_file
configuration parameter, which controls display of test file name in the hierarchy, by @ramir-dn, @HardNorth
Fixed
- Agent crash if Client could not be initialized, by @HardNorth
Changed
- Client version updated on 5.5.10, by @HardNorth
Release 5.4.5
Fixed
- Issue #379: Fix TypeError when using pytest.skip() in fixtures, by @HardNorth
Release 5.4.4
Fixed
- Issue #375: Fix max Item name length, by @HardNorth
Release 5.4.3
Added
- Issue #332: Support for fixture reporting, by @HardNorth
Release 5.4.2
Fixed
- Issue #368: Distutils in the agent, by @HardNorth
- Pytest Tavern plugin support, by @virdok
Added
- Python 12 support, by @HardNorth
Release 5.4.1
Fixed
- Issue #362: Debug mode passing, by @HardNorth
Release 5.4.0
Added
- Pytest version >= 8 support, by @HardNorth
Removed
Package
andDir
item types processing on test collection. This is done to preserve backward compatibility and improve name consistency, by @HardNorth
Changed
rp_issue_system_url
renamed torp_bts_issue_url
to be consistent with other agents, by @HardNorth
Release 5.3.2
Changed
- Set upper pytest version limit to not include
8.0.0
, by @HardNorth
Release 5.3.1
Changed
- Client version updated on 5.5.4, by @HardNorth
rp_launch_id
property handling moved completely on Client side, by @HardNorth