Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility register reportportal listener dynamically as library #193

Open
petr-kus opened this issue Jun 13, 2024 · 0 comments
Open

Comments

@petr-kus
Copy link

Is your feature request related to a problem? Please describe.
Currently, the listener can only be instantiated during execution. However, there are situations where dynamically loading it as a library is useful. This is especially true when you lack control over the command line (such as in CI/CD setups managed by other teams or systems with hardcoded configurations beyond your control).

Describe the solution you'd like
I would like to be able to dynamically import ReportPortal as a library and thereby start or initialize a listener

Additional context
The register listener as library is described in this article from robot framework documentation.

The screenshot from the code of reportportal listener and compared with docu...

listener_dynamicly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant