Releases: reportportal/agent-python-pytest
Releases · reportportal/agent-python-pytest
5.0.9
Release notes:
- Added support for is_skipped_an_issue client option
5.0.8
Release notes:
- Fixed an issue related to filtering of urllib3 log messages;
- Added support for Pytest 6.x.
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.
5.0.6
Release notes:
- Fixed missed log_batch_size in init_service();
- Added reporting of agent version to GA.
1.10.1
Release notes:
- Reflect get_actual_log_level() function's name change in Pytest
5.0.5
Release notes:
- Add item attributes as key/value pairs, not just values;
- Convert LocalPath objects to strings.
5.0.4
Release notes:
- Fixed an issue when the service breaks test execution if it fails to initialize;
- Added support passing key/value attributes to RP launch;
- Added support for code reference item attribute;
- Added an ability to override rp_uuid variable through the env variable;
- Fixed logging typos.
5.0.3
Release notes:
- Fixed item_type parameter value for the test item
- Fixed parentness relations when nested hierarchy takes place
- Fixed missing launch tags
- Removed Pytest items' force sorting
5.0.2
Release notes:
- Fixed sending test item parameters
5.0.1
Release notes:
- Update item tags through the attributes
- Fixed reporting of issue markers
- Fixed log messages' reporting so that "state:interrupted" attribute does not appear