You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have the option wether to use the plugin or not pass as an envvar in my CI. Currently this is possible either via manipulating the command arts via a bash script or using the PYTEST_ADDOPTS envvar. Both of these aren't nice.
I propose adding a --jira-enabled=true option, that will accompany the other existing flags as to not break compatibility.
If you like this I can put out a PR for this change.
WDYT?
The text was updated successfully, but these errors were encountered:
I am worried about --jira flag, the presence or absence of this flag says whether to enable or disable this plugin.
This --jira-enable flags seems to be duplicate to me ... or I am overlooking something ?
I'd like to have the option wether to use the plugin or not pass as an envvar in my CI. Currently this is possible either via manipulating the command arts via a bash script or using the
PYTEST_ADDOPTS
envvar. Both of these aren't nice.I propose adding a
--jira-enabled=true
option, that will accompany the other existing flags as to not break compatibility.If you like this I can put out a PR for this change.
WDYT?
The text was updated successfully, but these errors were encountered: