Skip to content

Releases: reportportal/agent-python-pytest

1.0.3

27 Mar 08:39
5b85562

Choose a tag to compare

Release Notes:

  • Fixed issue #29 xdist module.
  • Fixed case of incorrect status when test was skipped in setup.
  • Auto truncating test name to maximum allowed length of 256 chars (with WARN).
  • Added rp-launch-description cli parameter same as exists for ini-options.
  • Bugfix for python2.7 compatibility issue #45.
  • Automated logs reporting for pytest >= 3.3.

1.0.2

06 Dec 14:01
e9526af

Choose a tag to compare

Release Notes:

  • Fixed issue #37 related to pytest release.
  • Fixed "An empty launch reported to ReportPortal when i run 'pytest ---collect-only'" #31.
  • Added user error for xdist pytest plug-in related to issue #39.

1.0.1

22 Nov 11:21
b64f195

Choose a tag to compare

Release Notes:

  • Rewritten listener class for support pytest fixtures.
  • Improved RPLogger class for correct write test info.
  • rp_ignore_tags parameter is implemented.
  • Fixed "Incorrect value in save log request caused by @pytest.mark.xfail(run=False)" #30.
  • Fixed "Send error log after the test item session started." #32.
  • Code style and structure improvements.

1.0.0

30 May 14:11

Choose a tag to compare

Release Notes:

  • Log messages with and without attachment.
  • Batch log uploads with ability to specify batch size.
  • Background batch uploads (asynchronous mode).
  • Ability to add tags for tests.