Releases: reportportal/agent-python-pytest
Releases · reportportal/agent-python-pytest
Release list
Release 5.1.0
Added
- Full-featured Test Case ID support by
@pytest.mark.tc_iddecorator, 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-parallelsupport
Changed
- Hierarchy configuration flags, see
README.md: https://github.com/reportportal/agent-python-pytest#configuration @pytest.mark.issuedecorator 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_idparameter processing, issue #294, by @iivanou- Launch finish when using
rp_launch_idproperty, issue #299, by @HardNorth
Full Changelog: 5.0.11...5.0.12
Release 5.0.11
Added
rp_uuidandrp_endpointexposed 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
AttributeErrorinAgentConfig.find_optionby @rthardin in #274AttributeErrorinservice.PyTestServiceClass._get_item_descriptionby @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.