Is your feature request related to a problem? Please describe.
When running pytest as part of CI automation, like Jenkins, it is way easier to leave the code as is and set environment variables rather than adding many flags to the pytest command.
ATM, only rp_endpoint and rp_api_key are supported. Would be amazing if other will be as well, mainly rp_launch, rp_launch_id, maybe rp_parent_item_id; in order to allow the pytest to be a part of a greater launch.
Describe the solution you'd like
Allowing more attributes to be passed as environment variables.
Describe alternatives you've considered
Adding many flags to my command line