Releases: reportportal/agent-python-pytest
Releases · reportportal/agent-python-pytest
5.0.0
13 Mar 17:25
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Update reportportal-client version requirement.
1.0.9
10 Jan 10:58
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.0.6
22 May 16:39
Compare
Sorry, something went wrong.
No results found
Merge pull request #113 from reportportal/version-1.0.5
version incremented and license changed to Apache
1.0.5
22 May 15:09
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
1.0.3
27 Mar 08:39
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.