agent-Python-RobotFramework icon indicating copy to clipboard operation
agent-Python-RobotFramework copied to clipboard

Robot Framework integration for Report Portal

Results 16 agent-Python-RobotFramework issues
Sort by recently updated
recently updated
newest added

See: https://github.com/reportportal/agent-Python-RobotFramework/blob/bbceeb50b54ae085e74fa9fde13101c331301a77/robotframework_reportportal/result_visitor.py#L33 I had always wrong times in Report Portal. I fixed it with: ```python from datetime import datetime, timedelta, timezone def to_timestamp(time_str): if time_str: time = datetime.strptime( time_str, '%Y%m%d...

**Describe the bug** See [PEP-0632](https://peps.python.org/pep-0632/) Python 3.12 dropped distutils. **Steps to Reproduce** Steps to reproduce the behavior: ``` python --version Python 3.12.3 pip install robotframework-reportportal robotframework post_report Traceback (most recent...

bug

**Describe the bug** After PASSED the first test case and continue the next test case, it show error `[ ERROR ] Calling method 'start_test' of listener 'robotframework_reportportal.listener' failed: FileNotFoundError: [Errno...

bug

**Describe the bug** Similar to: #129 If a IF, ELSE or Run Keyword And Return Result returns false, the step is shown as failed in Report Portal. In Robot Framework...

bug

Currently only the `listener` is mentioned in the readme documentation. I propose to also explain the usage of the `post_report.py` tool. As `post_report.py` allows to process an `output.xml` after the...

enhancement

**Is your feature request related to a problem? Please describe.** Command line arguments aren't save as they show up in process lists and look ugly and unwieldy if multiple listeners...

enhancement

**Describe the bug** Logs are not getting attached while executing Pabot with ReportPortal **Steps to Reproduce** Steps to reproduce the behavior: 1. Create Launch using API: `import requests import json...

bug

**Describe the bug** The "Run Keyword and ignore error" child keywords status are taken into account by report portal. While the error status and messages of these keyword should be...

bug

To communicate with GUI we are using Browser library instead of SeleniumLibrary. When some error occurs, Browser library (like SeleniumLibrary) takes a screenshot about GUI, stores it into image file...

help wanted

**Describe the bug** When I rerun my launch with more robot framework test suites, they are almost identical except for the station/configuration (e.g., they have the same name). During the...

bug