agent-python-pytest
agent-python-pytest copied to clipboard
Framework integration with PyTest
We have highly tuned pytest-html reports showing screenshots walk-through and screenshots on errors. Is there a way to upload the entire directory with report, screenshots and other log files? Currently...
Hi Team, We are using Pytest-BDD framework for test automation. We are not able integrate our results into ReportPortal. Since this tool is developed on top of Pytest, we are...
it is possible to specify in report portal method types like "Before Suite" or "After Methods" in frameworks like TestNG for java. is it possible to set this method in...
Hi, I have been using the nested steps in test reporting and it works really well, I wanted to ask if there are any plans to incorporate different test stages,...
**Describe the bug** Regression? older versions seemed to work fine with python3.12 distutils is not in python3.12 - https://peps.python.org/pep-0632/ In Python 3.12, distutils will no longer be installed by make...
**Describe the bug** When rerunning the launch using `rerun=True` and `rerun_of=` there is an extra test item generated and it is breaking the test count. When I tried to investigate...
# TypeError when using pytest.skip() in fixtures ## Description When using `pytest.skip()` within a fixture, pytest-reportportal encounters a TypeError during test teardown. The error occurs because the plugin attempts to...
Hi All, I am looking for option to give custom name to test case , instead of picking from function name . And also looking for option to group the...
**Is your feature request related to a problem? Please describe.** In the event of an error, the stack trace is always sent, which changes every time. This results in ReportPortal...