Skip to content

Releases: reportportal/agent-python-pytest

5.0.3

15 Apr 09:17
30352e0

Choose a tag to compare

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

02 Apr 14:46
6e39be8

Choose a tag to compare

Release notes:

  • Fixed sending test item parameters

5.0.1

02 Apr 11:37
bd8b85a

Choose a tag to compare

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

5.0.0

13 Mar 17:25
32361bb

Choose a tag to compare

Release notes:

  • Added support for the Report Portal V5
  • Dropped support for Report Portal versions below 5. They are now supported by client version 1 only
  • Reflect get_actual_log_level() name change in Pytest

1.10.0

03 Mar 15:16
47e3fe3

Choose a tag to compare

  • Update reportportal-client version requirement.

1.0.9

10 Jan 10:58
bb9fc8a

Choose a tag to compare

Release notes:

  • Added support for the --setup-plan option
  • Pass verify_ssl to the RP async service
  • Fix import issues for Pytest versions below 3.4.0
  • Added support for issue-id marks
  • Terminate service correctly with the maxfail option
  • Fix patching of non-RP loggers

1.0.8

03 Oct 16:57
c081356

Choose a tag to compare

Release notes:

  • Various bug fixes.

1.0.6

22 May 16:39
0621971

Choose a tag to compare

Merge pull request #113 from reportportal/version-1.0.5

version incremented and license changed to Apache

1.0.5

22 May 15:09
0621971

Choose a tag to compare

Release check list:

  • Verify/update version.
  • Verify/update archive link in setup.py
  • Commit changes to upstream.
  • Create new release in GitHub (this creates a tag).
  • Some other updates

1.0.4

07 Sep 12:05

Choose a tag to compare

Release notes:

  • Add support for nested hierarchy test items #62
  • Implicit plugin usage #75 You need to provide --reportportal for reporting results to ReportPortal
  • Skip in setup phase not require investigation in ReportPortal #72