Releases: reportportal/agent-python-pytest
Releases · reportportal/agent-python-pytest
Release 5.1.1
Fixed
- Issue #304: SSL certificate flag handling issue, by @HardNorth
Release 5.1.0
Added
- Full-featured Test Case ID support by
@pytest.mark.tc_id
decorator, by @HardNorth - Relative path code references for correct history inheritance, by @HardNorth
- Nested steps support, see docs, by @HardNorth
Fixed
- Multi-processing, multi-threading logging, by @HardNorth
pytest-parallel
support
Changed
- Hierarchy configuration flags, see
README.md
: https://github.com/reportportal/agent-python-pytest#configuration @pytest.mark.issue
decorator now fully supports Report Portal's external issue feature, but lost multiple issue handling in some cases
Full Changelog: 5.0.12...5.1.0
Release 5.0.12
Added
- pytest 7.0.0 support by @HardNorth
Fixed
rp_parent_itemd_id
parameter processing, issue #294, by @iivanou- Launch finish when using
rp_launch_id
property, issue #299, by @HardNorth
Full Changelog: 5.0.11...5.0.12
Release 5.0.11
Added
rp_uuid
andrp_endpoint
exposed as command line arguments by @rthardin in #271- Support of same name markers with different values by @san7ket in #283
- Debug mode by @HardNorth in #285
Fixed
AttributeError
inAgentConfig.find_option
by @rthardin in #274AttributeError
inservice.PyTestServiceClass._get_item_description
by @kevin-henry-fernride in #278- Suite path for Windows systems by @HardNorth in #286
- Log buffer flushing by @HardNorth in #291
Special thanks to @rthardin, @kevin-henry-fernride, @san7ket
Full Changelog: 5.0.10...5.0.11
5.0.10
5.0.9
5.0.8
5.0.7
Release notes:
- Added support for markers with multiple values;
- Implemented rp_launch_id parameter to specify an existing launch to be used by the session;
- Added support for the rerun functionality;
- Added support for the pytest-xdist plugin versions 2;
- Added an ability to set a custom parent_item for the pytest session.