Skip to content

Releases: reportportal/agent-python-pytest

Release 5.1.0

Choose a tag to compare

@HardNorth HardNorth released this 12 Apr 11:47
12e18b5

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

Full Changelog: 5.0.12...5.1.0

Release 5.0.12

Choose a tag to compare

@HardNorth HardNorth released this 22 Feb 13:31

Added

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

Choose a tag to compare

@HardNorth HardNorth released this 11 Jan 13:30

Added

Fixed

Special thanks to @rthardin, @kevin-henry-fernride, @san7ket

Full Changelog: 5.0.10...5.0.11

5.0.10

Choose a tag to compare

@HardNorth HardNorth released this 18 Jun 11:09

Changed

  • Client version updated on 5.0.12 to address bugs

Fixed

  • Test Item rp_is_skipped_an_issue property handling for some cases

5.0.9

Choose a tag to compare

@iivanou iivanou released this 09 Jun 12:33
aafcd11

Release notes:

  • Added support for is_skipped_an_issue client option

5.0.8

Choose a tag to compare

@iivanou iivanou released this 15 Feb 14:28
41d0296

Release notes:

  • Fixed an issue related to filtering of urllib3 log messages;
  • Added support for Pytest 6.x.

5.0.7

Choose a tag to compare

@iivanou iivanou released this 14 Dec 15:35
f6167f8

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

Choose a tag to compare

@iivanou iivanou released this 04 Nov 13:01
dedd416

Release notes:

  • Fixed missed log_batch_size in init_service();
  • Added reporting of agent version to GA.

1.10.1

Choose a tag to compare

@iivanou iivanou released this 21 Oct 07:14
9b59b67

Release notes:

  • Reflect get_actual_log_level() function's name change in Pytest

5.0.5

Choose a tag to compare

@iivanou iivanou released this 07 Oct 15:48
13522c4

Release notes:

  • Add item attributes as key/value pairs, not just values;
  • Convert LocalPath objects to strings.