Skip to content

Releases: reportportal/agent-python-pytest

Release 5.1.1

26 Apr 09:34
4917899
Compare
Choose a tag to compare

Fixed

Release 5.1.0

12 Apr 11:47
12e18b5
Compare
Choose a tag to compare

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

22 Feb 13:31
Compare
Choose a tag to compare

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

11 Jan 13:30
Compare
Choose a tag to compare

Added

Fixed

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

Full Changelog: 5.0.10...5.0.11

5.0.10

18 Jun 11:09
Compare
Choose a tag to compare

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

09 Jun 12:33
aafcd11
Compare
Choose a tag to compare

Release notes:

  • Added support for is_skipped_an_issue client option

5.0.8

15 Feb 14:28
41d0296
Compare
Choose a tag to compare

Release notes:

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

5.0.7

14 Dec 15:35
f6167f8
Compare
Choose a tag to compare

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

04 Nov 13:01
dedd416
Compare
Choose a tag to compare

Release notes:

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

1.10.1

21 Oct 07:14
9b59b67
Compare
Choose a tag to compare

Release notes:

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