reportportal / agent-python-pytest

Framework integration with PyTest
Apache License 2.0
94 stars 103 forks source link

feat: add support to configure with environment variables #339

Closed gorkarevilla closed 1 year ago

gorkarevilla commented 1 year ago

It would be nice to be able to set any parameter (not only the uuid) of the config using environment variables to allow to set them during execution time. This PR allows it using environment variables RP_*

gorkarevilla commented 1 year ago

I see this is also possible with parameters:

If you like to override the above parameters from command line, or from CI environment based on your build, then pass - -o "rp_launch_attributes=Smoke Tests" during invocation.

So maybe this PR doesn't makes senses.