I'd like to store jira_url and jira_token in a YAML file and load them before the test run. However, since this is a plugin, it executes before any hooks or fixtures, so loading environment variables at that point is too late.
Is there an alternative approach to dynamically load these values without setting the environment variables statically?
I'd like to store jira_url and jira_token in a YAML file and load them before the test run. However, since this is a plugin, it executes before any hooks or fixtures, so loading environment variables at that point is too late.
Is there an alternative approach to dynamically load these values without setting the environment variables statically?